Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
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 |
|