Skip to content

Commit

Permalink
Update run_verification.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Jul 14, 2024
1 parent d3a5bad commit a047a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
file_lyrdb = os.path.join(path,filename+'.lyrdb')

# run verification
num_errors = layout_check(cell = top_cell, verbose=True, GUI=True, file_rdb=file_lyrdb)
num_errors = layout_check(cell = top_cell, verbose=False, GUI=True, file_rdb=file_lyrdb)

# Print the result value to standard output
print(num_errors)
Expand Down

0 comments on commit a047a84

Please sign in to comment.