You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
If you try and create a new repo and its name is invalid, an empty directory is still created at the given path.
e.g.:
$ python3-pip-skeleton new /tmp/invalid-package-name --org TEST
...
...
AssertionError: 'invalid-package-name' is not a valid python package name
...
$ ls /tmp/
drwxrwxr-x. 2 <uid> <uid> 4096 Jan 25 10:53 invalid-package-name
If you try and create a new repo and its name is invalid, an empty directory is still created at the given path.
e.g.: