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