We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36011e7 commit f3a38a2Copy full SHA for f3a38a2
killercoda_cli/cli.py
@@ -356,9 +356,6 @@ def display_help():
356
357
358
def execute_file_operations(file_operations):
359
- print("Debug file operations before execution:") # Debugging line
360
- for op in file_operations:
361
- print(op) # Debugging line
362
for operation in file_operations:
363
if operation.operation == "makedirs":
364
os.makedirs(operation.path, exist_ok=True)
0 commit comments