Skip to content

Commit f612fc9

Browse files
committed
Updated dependencies and added OBSID coloration for easier IDing
1 parent 7e77f33 commit f612fc9

File tree

3 files changed

+127
-124
lines changed

3 files changed

+127
-124
lines changed

autonicer/reprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def inlist(argp):
184184
for i in dirs:
185185
try:
186186
os.chdir(i)
187-
print(f"Migrating to {i}")
187+
print(f"Migrating to {colored(i, 'cyan')}")
188188
if argp.checkcal is True or argp.reprocess is True:
189189
reprocess_check(argp, curr_cals)
190190
os.chdir(cwd)

0 commit comments

Comments
 (0)