Skip to content

Commit

Permalink
Update imas/backends/imas_core/mdsplus_model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Sebregts <[email protected]>
  • Loading branch information
prasad-sawantdesai and maarten-ic authored Feb 4, 2025
1 parent cb3830a commit 9a57d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imas/backends/imas_core/mdsplus_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def create_model_ids_xml(cache_dir_path, fname, version):
stylesheet_file=str(xslfile),
output_file=str(output_file),
)
elif version != None and version != "":
elif version is not None and version != "":
xml_string = get_dd_xml(version)
import tempfile

Expand Down

0 comments on commit 9a57d5c

Please sign in to comment.