Skip to content

Commit

Permalink
Remove os.stat_float_times call, since it was removed in Python 3.7
Browse files Browse the repository at this point in the history
Deprecated since Python 3.3
  • Loading branch information
James R. Barlow committed Jun 29, 2018
1 parent ebc601d commit 6c52c1b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ruffus/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -5968,13 +5968,6 @@ def pipeline_run(target_tasks=[],
raise job_errors


# use high resolution timestamps where available
# default in python 2.5 and greater
# N.B. File modify times / stat values have 1 second precision for many file
# systems and may not be accurate to boot, especially over the network.
os.stat_float_times(True)


if __name__ == '__main__':
import unittest

Expand Down

0 comments on commit 6c52c1b

Please sign in to comment.