Sadjad Alikhani commited on
Commit
bd2ccaf
·
verified ·
1 Parent(s): 0875164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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