Skip to content

Commit

Permalink
Remove the session.exit() call
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed May 4, 2022
1 parent 802f87e commit 5f11ca5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/01-parametric/parametric_static_mixer_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
data_frame = pd.read_csv(design_point_table_study_2)
print(data_frame)

session.exit()

#########################################################################
# Access a new parametric session using the flprj saved earlier

Expand Down

0 comments on commit 5f11ca5

Please sign in to comment.