We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b80b4a commit d714d1fCopy full SHA for d714d1f
lasso/plotting/plot_shell_mesh.py
@@ -176,7 +176,7 @@ def plot_shell_mesh(
176
177
# wrap it up with all needed js libraries
178
179
- script_string_js = '<script type="text/javascript">{js_name}</script>'
+ script_string_js = '<script type="text/javascript">{0}</script>'
180
jszip_js_format = _read_file(
181
os.path.join(os.path.dirname(__file__), "resources", "jszip.min.js")
182
)
0 commit comments