Skip to content

Commit 7fac20f

Browse files
committed
Fixed typo
1 parent 953a769 commit 7fac20f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/04_CallCodeML.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ def main():
7373
ap = os.getcwd() + "/"
7474
if " " in ap:
7575
# Change to warning ########################################################
76-
print("\tWARNING: AlignmentProcessor will not run properly if there \
76+
print("\tError: AlignmentProcessor will not run properly if there \
7777
is a space in its PATH name.")
78-
ap = ap.replace(" (ASU)", "")
78+
quit()
7979
run = False
8080
# Parse command
8181
parser = argparse.ArgumentParser(description="Runs CodeML on all files \

0 commit comments

Comments
 (0)