Skip to content

Commit

Permalink
add checks for database
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaaten committed Dec 20, 2024
1 parent 46af749 commit 21599a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ichor_core/ichor/core/database/sql/add_to_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def add_point_to_database(
if _f.suffix == ".mog" or ".mog2":
if print_missing_data:
print(
f"{point.path.absolute()}: A '.sh' was found so AIMAll likely crashed. Not added to db."
f"{point.path.absolute()}: A '.mog' was found so AIMAll likely crashed. Not added to db."
)
return

Expand Down

0 comments on commit 21599a7

Please sign in to comment.