Skip to content

Commit f712ab2

Browse files
committed
Fix for improper argument to import_model_from_zip
1 parent baf381e commit f712ab2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sasctl/pzmm/importModel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ def getFiles(extensions):
293293

294294
response = mr.import_model_from_zip(
295295
modelPrefix, project, zipIOFile, version=projectVersion
296-
297296
)
298297
try:
299298
print(

0 commit comments

Comments
 (0)