style: 💅 Changed order of business

This commit is contained in:
2025-12-08 19:58:12 +00:00
parent 009c40e08a
commit 83405eb17e
3 changed files with 59 additions and 16 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class BatchNimrod:
os.remove(in_file_full)
logging.debug(f"Successfully processed: {in_file_full}")
return True
return out_file_name
except Nimrod.HeaderReadError as e:
logging.error(f"Failed to read file {in_file_full}, is it corrupt?")