Skip to content

Commit ab92f5d

Browse files
author
staradigm
committed
Use ASCII warning text in dedup utility
1 parent 38f0b99 commit ab92f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/includes.chroot/usr/local/bin/neuros-dedup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def main():
175175
if remove_if_unchanged(p, fhash):
176176
print(f" 🗑️ Deleted: {p}")
177177
else:
178-
print(f" ⚠️ Skipped changed or unsafe file: {p}")
178+
print(f" Skipped changed or unsafe file: {p}")
179179
elif args.interactive:
180180
for i, p in enumerate(paths):
181181
print(f" [{i+1}] {p}")

0 commit comments

Comments
 (0)