Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed May 26, 2024
1 parent dbd03de commit c9e7d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/db/operations_/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def batch_database_changes(new_root, old_root, user_dbs=None):

except Exception as E:
failures.append({"path": str(ele), "reason": E})
log.error(f"Issue getting required info for {ele}")
log.warning(f"Issue getting required info for {ele}")
log.traceback_(E)
log.traceback_(traceback.format_exc())
log.info(
Expand Down

0 comments on commit c9e7d30

Please sign in to comment.