Remove inacurate comments
This commit is contained in:
parent
f873c78912
commit
283a499a02
1 changed files with 0 additions and 2 deletions
|
|
@ -442,8 +442,6 @@ def example(ctx, examples, op_list, rename, overwrite):
|
|||
filename = available_examples[example_arg].split(os.path.sep)[-1]
|
||||
install_metadata = {"path": available_examples[example_arg]}
|
||||
|
||||
# check of we are dealing with a file that needs to be pushed as code.py
|
||||
# or a directory that needs to be copied raw
|
||||
filename = available_examples[example_arg].split(os.path.sep)[-1]
|
||||
if rename:
|
||||
if os.path.isfile(available_examples[example_arg]):
|
||||
|
|
|
|||
Loading…
Reference in a new issue