Skip to content

Commit

Permalink
Add logging, remove binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Jul 24, 2024
1 parent b464762 commit 6eaac3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions ena-submission/scripts/create_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ def create_project(log_level, config_file):
update_values=update_values,
)
tries += 1
if number_rows_updated == 1:
logging.debug(f"Project creation for group_id {row["group_id"]} succeeded!")
else:
update_values = {
"status": Status.HAS_ERRORS.name,
Expand Down

0 comments on commit 6eaac3b

Please sign in to comment.