github-activity-generator
github-activity-generator copied to clipboard
[Bug] Getting empty "" directory
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?