Skip to content

Commit

Permalink
update log message for project import
Browse files Browse the repository at this point in the history
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
  • Loading branch information
MyPyDavid committed Jun 19, 2024
1 parent 5adf232 commit 0aa4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/projects/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def process(self):
try:
self.catalog = available_catalogs.get(uri=catalog_uri)
except Catalog.DoesNotExist:
log.info('Catalog not in db. Created with uri %s', catalog_uri)
log.info('Catalog with uri %s does not exists. Used first available catalog.', catalog_uri)
self.catalog = available_catalogs.first()

if self.catalog is None:
Expand Down

0 comments on commit 0aa4f2e

Please sign in to comment.