Skip to content

Commit

Permalink
print info messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Mar 26, 2024
1 parent 7a6ffe1 commit c0291d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cleanup-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ jobs:
FIREBASE_EMAIL: ${{ secrets.FIREBASE_EMAIL }}
run: |
python cellpack/bin/cleanup_tasks.py
echo "Cleanup complete."
3 changes: 2 additions & 1 deletion cellpack/autopack/DBRecipeHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,9 @@ def handle_expired_results(self):
result_data["url"]
):
self.db.delete_doc("results", self.db.doc_id(result))
print("Results cleanup complete.")
else:
print("All results are up to date.")
print("No results found in the database.")

def validate_existence(self, url):
"""
Expand Down

0 comments on commit c0291d6

Please sign in to comment.