We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744daee commit b6eb879Copy full SHA for b6eb879
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