Skip to content

Commit 7c1bd0a

Browse files
committed
Ensure verbosity setting is 1
1 parent 0166373 commit 7c1bd0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openmc_plotter/main_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def _openmcReload():
3535
# initialize geometry (for volume calculation)
3636
openmc.lib.settings.output_summary = False
3737
openmc.lib.init(["-c"])
38+
openmc.lib.settings.verbosity = 1
3839

3940
class MainWindow(QMainWindow):
4041
def __init__(self, font=QtGui.QFontMetrics(QtGui.QFont()), screen_size=QtCore.QSize()):

0 commit comments

Comments
 (0)