Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -508,7 +508,7 @@ class IntelligentAgent:
|
|
| 508 |
|
| 509 |
except Exception as e:
|
| 510 |
if getattr(self, 'debug', False):
|
| 511 |
-
print(f"Error processing attachment {
|
| 512 |
|
| 513 |
if getattr(self, 'debug', False):
|
| 514 |
print(f"...Processed attachment: {len(image_files)} images, {len(audio_files)} audio, {len(code_files)} code files")
|
|
|
|
| 508 |
|
| 509 |
except Exception as e:
|
| 510 |
if getattr(self, 'debug', False):
|
| 511 |
+
print(f"Error processing attachment {file_name}: {e}")
|
| 512 |
|
| 513 |
if getattr(self, 'debug', False):
|
| 514 |
print(f"...Processed attachment: {len(image_files)} images, {len(audio_files)} audio, {len(code_files)} code files")
|