Skip to content

Commit

Permalink
adjust logs
Browse files Browse the repository at this point in the history
adjust logs
  • Loading branch information
denarch22 committed Dec 5, 2024
1 parent 5287829 commit 756da6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def main():
logger.info("Layers converted successfully.")

collection.upload_layers(output_dir)
logger.info("Layers uploaded successfully.")
collection.upload_collection()
logger.info("Collection uploaded successfully.")

Expand All @@ -114,11 +115,11 @@ def main():
create_collection_local(
collection, f"input/{args.folder}", args.collection
)
logger.info("Validation successful.")
sysexit("Validation successful.")

elif args.command == "remove":
collection.remove_collection(args.collection)
logger.info("Collection removed successfully.")
sysexit("Collection removed successfully.")

else:
sysexit("No command used. Type -h for help")
Expand Down

0 comments on commit 756da6d

Please sign in to comment.