Skip to content

Commit

Permalink
Merge pull request #92 from jbarlow83/py37
Browse files Browse the repository at this point in the history
Remove functions deprecated in Python 3.7
  • Loading branch information
AndreasHeger authored Jul 3, 2018
2 parents 4dbf273 + 6c52c1b commit 1f4181e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ruffus/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,7 @@ def job_wrapper_mkdir(params, user_defined_work_func, register_cleanup, touch_fi
'return_value '
'exception '
'params '
'unglobbed_params ',
verbose=0)

'unglobbed_params ')

# _____________________________________________________________________________

Expand Down Expand Up @@ -5970,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 1f4181e

Please sign in to comment.