Terry Zhuo
commited on
Commit
·
d3f3b48
1
Parent(s):
5346fa2
test found file
Browse files- src/execute.py +1 -0
src/execute.py
CHANGED
@@ -48,6 +48,7 @@ def generate_command(
|
|
48 |
|
49 |
def cleanup_previous_files(jsonl_file):
|
50 |
if jsonl_file is not None:
|
|
|
51 |
file_list = ['Dockerfile', 'app.py', 'README.md', os.path.basename(jsonl_file.name), "__pycache__"]
|
52 |
else:
|
53 |
file_list = ['Dockerfile', 'app.py', 'README.md', "__pycache__"]
|
|
|
48 |
|
49 |
def cleanup_previous_files(jsonl_file):
|
50 |
if jsonl_file is not None:
|
51 |
+
print("Finding files to delete")
|
52 |
file_list = ['Dockerfile', 'app.py', 'README.md', os.path.basename(jsonl_file.name), "__pycache__"]
|
53 |
else:
|
54 |
file_list = ['Dockerfile', 'app.py', 'README.md', "__pycache__"]
|