Skip to content

Commit 1f4181e

Browse files
authored
Merge pull request #92 from jbarlow83/py37
Remove functions deprecated in Python 3.7
2 parents 4dbf273 + 6c52c1b commit 1f4181e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ruffus/task.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,7 @@ def job_wrapper_mkdir(params, user_defined_work_func, register_cleanup, touch_fi
710710
'return_value '
711711
'exception '
712712
'params '
713-
'unglobbed_params ',
714-
verbose=0)
715-
713+
'unglobbed_params ')
716714

717715
# _____________________________________________________________________________
718716

@@ -5970,13 +5968,6 @@ def pipeline_run(target_tasks=[],
59705968
raise job_errors
59715969

59725970

5973-
# use high resolution timestamps where available
5974-
# default in python 2.5 and greater
5975-
# N.B. File modify times / stat values have 1 second precision for many file
5976-
# systems and may not be accurate to boot, especially over the network.
5977-
os.stat_float_times(True)
5978-
5979-
59805971
if __name__ == '__main__':
59815972
import unittest
59825973

0 commit comments

Comments
 (0)