We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5c5ee commit 9bf5282Copy full SHA for 9bf5282
1 file changed
openmc_plotter/__main__.py
@@ -22,6 +22,9 @@ def main():
22
if args.model_directory is not None:
23
os.chdir(args.model_directory)
24
25
+ run_app()
26
+
27
28
def run_app():
29
path_icon = str(Path(__file__).parent / 'assets/openmc_logo.png')
30
path_splash = str(Path(__file__).parent / 'assets/splash.png')
0 commit comments