We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3895b35 commit d9f7b9eCopy full SHA for d9f7b9e
mcoq.py
@@ -113,7 +113,7 @@ def check_args():
113
try:
114
args = parser.parse_args()
115
except:
116
- if not "-h" in sys.argv and not "--help" in sys.argv:
+ if not "-h" in sys.argv and not "--help" in sys.argv:
117
print("ERROR: Missing required arguments. Please ensure you have passed correct arguments. List of required args shown above.")
118
return False
119
@@ -225,7 +225,7 @@ def main():
225
226
if not args.skipmutations:
227
if os.path.exists(OLD_REPORT_DIR+"/mcoq_log.txt"):
228
- os.system("rm -rf "+OLD_REPORT_DIR+"/mcoq_log.txt")
+ os.system("rm -f "+OLD_REPORT_DIR+"/mcoq_log.txt")
229
230
231
setup_repo()
0 commit comments