Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

New directory is created even if package name is invalid #64

@AlexanderWells-diamond

Description

@AlexanderWells-diamond

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions