Skip to content

Commit cc1e445

Browse files
committed
Update helpers.py
1 parent b45fbf9 commit cc1e445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecmtool/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def execute_mplrs(processes=3, path2mplrs=None, verbose=True):
332332

333333
def process_mplrs_output(width_matrix, verbose=True):
334334
# Parse resulting extreme rays
335-
rays = parse_mplrs_output(mplrs_output_path, width_matrix, verbose=True)
335+
rays = parse_mplrs_output(mplrs_output_path, width_matrix, verbose=verbose)
336336

337337
if verbose:
338338
print('Done parsing rays')

0 commit comments

Comments
 (0)