Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
herbberg committed Apr 9, 2023
1 parent 1f8f78c commit 9abf946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mp7patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def replace_area_constraints(filename):
data = fin.read()
#replace all occurrences of the required string
data = data.replace('X191', 'X181')
data = data.replace('X192', 'X162')
data = data.replace('X192', 'X182')
#close the input file
fin.close()
#open the input file in write mode
Expand Down

0 comments on commit 9abf946

Please sign in to comment.