Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,7 @@ def process_hdf5_file(uploaded_file, percentage):
|
|
381 |
if os.path.exists(repo_work_dir):
|
382 |
os.chdir(repo_work_dir) # Change the working directory only once
|
383 |
print(f"Changed working directory to {os.getcwd()}")
|
384 |
-
print(f"Directory content: {os.listdir(os.getcwd())}") # Debugging: Check repo content
|
385 |
else:
|
386 |
print(f"Directory {repo_work_dir} does not exist.")
|
387 |
return
|
|
|
381 |
if os.path.exists(repo_work_dir):
|
382 |
os.chdir(repo_work_dir) # Change the working directory only once
|
383 |
print(f"Changed working directory to {os.getcwd()}")
|
384 |
+
#print(f"Directory content: {os.listdir(os.getcwd())}") # Debugging: Check repo content
|
385 |
else:
|
386 |
print(f"Directory {repo_work_dir} does not exist.")
|
387 |
return
|