Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def postprocess(txt, path):
|
|
| 86 |
))
|
| 87 |
now += wait
|
| 88 |
except Exception as e:
|
| 89 |
-
print(f'Postprocess: Ignored line:
|
| 90 |
|
| 91 |
print(f'Postprocess: Got {sum(len(track.notes) for track in tracks.values())} notes')
|
| 92 |
|
|
|
|
| 86 |
))
|
| 87 |
now += wait
|
| 88 |
except Exception as e:
|
| 89 |
+
print(f'Postprocess: Ignored line: "{line}" because of error:', e)
|
| 90 |
|
| 91 |
print(f'Postprocess: Got {sum(len(track.notes) for track in tracks.values())} notes')
|
| 92 |
|