gwforg / gwf

A flexible, pragmatic workflow tool.
https://gwf.app/
GNU General Public License v3.0
31 stars 12 forks source link

time #395

Closed kaspermunch closed 1 year ago

kaspermunch commented 2 years ago

In the 3.8, the function time.clock() has been removed, after having been deprecated since Python 3.3: use time.perf_counter() or time.process_time() instead

GWF fails with: AttributeError: module 'time' has no attribute 'clock'

dansondergaard commented 1 year ago

Pretty sure this was fixed in a2241bd5. Closing :-)