Spaces:
Runtime error
Runtime error
Update mine_diffs.py
Browse files- mine_diffs.py +1 -1
mine_diffs.py
CHANGED
|
@@ -104,4 +104,4 @@ def main():
|
|
| 104 |
except Exception as e:
|
| 105 |
print(f"FATAL: Could not write final dataset file to {OUTPUT_FILE}. Error: {e}")
|
| 106 |
if name == "main":
|
| 107 |
-
main()
|
|
|
|
| 104 |
except Exception as e:
|
| 105 |
print(f"FATAL: Could not write final dataset file to {OUTPUT_FILE}. Error: {e}")
|
| 106 |
if name == "main":
|
| 107 |
+
main()
|