SharathReddy commited on
Commit
eb46234
·
verified ·
1 Parent(s): 4ed2afe

Update mine_diffs.py

Browse files
Files changed (1) hide show
  1. 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 name == "main":
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()