We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953a769 commit 7fac20fCopy full SHA for 7fac20f
1 file changed
bin/04_CallCodeML.py
@@ -73,9 +73,9 @@ def main():
73
ap = os.getcwd() + "/"
74
if " " in ap:
75
# Change to warning ########################################################
76
- print("\tWARNING: AlignmentProcessor will not run properly if there \
+ print("\tError: AlignmentProcessor will not run properly if there \
77
is a space in its PATH name.")
78
- ap = ap.replace(" (ASU)", "")
+ quit()
79
run = False
80
# Parse command
81
parser = argparse.ArgumentParser(description="Runs CodeML on all files \
0 commit comments