github-activity-generator icon indicating copy to clipboard operation
github-activity-generator copied to clipboard

Improve Error Handling

Open lavesh-37 opened this issue 7 months ago • 0 comments

try: os.mkdir(directory) except OSError as e: logging.error(f"Failed to create directory: {e}") sys.exit(1)

lavesh-37 avatar Mar 20 '25 08:03 lavesh-37