Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions kcidev/subcommands/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def add_config(fpath):
)
poetry_example_configuration = os.path.normpath(poetry_example_configuration)
if os.path.isfile(poetry_example_configuration):
kci_msg("here1")
config = True
if not os.path.exists(dpath) and dpath != "":
# copy config
Expand All @@ -64,7 +63,6 @@ def add_config(fpath):
)
pypi_example_configuration = os.path.normpath(pypi_example_configuration)
if os.path.isfile(pypi_example_configuration):
kci_msg("here2")
config = True
if not os.path.exists(dpath) and dpath != "":
# copy config
Expand Down
Loading