RCaz commited on
Commit
58f7a3e
·
verified ·
1 Parent(s): cce0cc0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -30,6 +30,7 @@ def download_and_get_path_for_provided_file(path: str) -> str:
30
  if file_path:
31
  return file_path
32
  except Exception as e:
 
33
  continue
34
 
35
 
 
30
  if file_path:
31
  return file_path
32
  except Exception as e:
33
+ print(e)
34
  continue
35
 
36