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

[Bug] Getting empty "" directory

Open mandliyarajendra11 opened this issue 11 months ago • 2 comments

I'm encountering an error related to the directory:

Traceback (most recent call last):
  File "xyz\New folder\contribute.py", line 128, in <module>
    main()
  File "xyz\New folder\contribute.py", line 30, in main
    os.mkdir(directory)
FileNotFoundError: [WinError 3] The system cannot find the path specified: ''

The issue seems to stem from this line:

directory = repository[start:end]

@Shpota I can work on fixing this issue?

mandliyarajendra11 avatar Nov 05 '24 16:11 mandliyarajendra11