Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 22, 2024
1 parent 6d03ba0 commit 612260d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simmer/search_headers.py
Expand Up @@ -52,7 +52,7 @@ def search_headers(raw_dir, write_dir=None):
textfile.write(f"{file}\n")

else:
logger.error(f"Header Incomplete in {file}!!! ")
logger.error(f"Header Incomplete in {file}!!!")
textfile.write(f"{file} HEADER INCOMPLETE\n")

textfile.close()

0 comments on commit 612260d

Please sign in to comment.