We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029c221 commit 6471c01Copy full SHA for 6471c01
src/acquisition/norostat/norostat_add_history.py
@@ -29,9 +29,8 @@ def main():
29
# appears to be snapshot dir
30
snapshot_version_counter[subdir] = 0 # register that loop found this snapshot directory
31
for norostat_capitalization in ["norostat", "noroSTAT"]:
32
- time.sleep(
33
- 0.002
34
- ) # ensure parse times are unique, assuming OS can accurately sleep and measure to ms precision
+ # ensure parse times are unique, assuming OS can accurately sleep and measure to ms precision
+ time.sleep(0.002)
35
path = os.path.join(
36
snapshot_dir,
37
subdir,
0 commit comments