Skip to content

Commit b6eb879

Browse files
dshemetovkrivard
andauthored
Update src/acquisition/norostat/norostat_add_history.py
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent 744daee commit b6eb879

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/acquisition/norostat/norostat_add_history.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ def main():
2929
# appears to be snapshot dir
3030
snapshot_version_counter[subdir] = 0 # register that loop found this snapshot directory
3131
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
32+
# ensure parse times are unique, assuming OS can accurately sleep and measure to ms precision
33+
time.sleep(0.002)
3534
path = os.path.join(
3635
snapshot_dir,
3736
subdir,

0 commit comments

Comments
 (0)