Skip to content

Commit 41fefd2

Browse files
committed
step 5
1 parent db518dd commit 41fefd2

2 files changed

Lines changed: 11714 additions & 2 deletions

File tree

05_paraview/StateLoader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
virtualEnv = virtualEnvPath + "/bin/activate_this.py"
88
exec(open(virtualEnv).read(), {"__file__": virtualEnv})
99

10-
import trame as tr
10+
import trame
1111
from trame.html import vuetify, paraview
1212
from trame.layouts import SinglePage
1313

@@ -22,7 +22,7 @@
2222

2323
def load_data():
2424
# CLI
25-
parser = tr.get_cli_parser()
25+
parser = trame.get_cli_parser()
2626
parser.add_argument("--data", help="Path to state file", dest="data")
2727
args, _ = parser.parse_known_args()
2828

0 commit comments

Comments
 (0)