Skip to content

Commit f9ba9e4

Browse files
committed
update
1 parent ff83f0f commit f9ba9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/neqsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def save_neqsim(javaobject, filename):
132132
except Exception as e:
133133
print(f"Error saving NEQSim object to ZIP: {e}")
134134
return False
135-
135+
136136

137137
def save_xml(javaobject, filename):
138138
xstream = jpype.JPackage("com.thoughtworks.xstream")

0 commit comments

Comments
 (0)