Skip to content

Commit 9bf5282

Browse files
committed
Run app
1 parent 2d5c5ee commit 9bf5282

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openmc_plotter/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ def main():
2222
if args.model_directory is not None:
2323
os.chdir(args.model_directory)
2424

25+
run_app()
26+
27+
2528
def run_app():
2629
path_icon = str(Path(__file__).parent / 'assets/openmc_logo.png')
2730
path_splash = str(Path(__file__).parent / 'assets/splash.png')

0 commit comments

Comments
 (0)