Skip to content

Commit 2acfdaa

Browse files
committed
Black reformatting
1 parent 17f094a commit 2acfdaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sasctl/pzmm/gitIntegration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def getZippedModel(model, gPath, project=None):
5959
newDir = Path(gPath) / projectName / modelName
6060
newDir.mkdir(parents=True, exist_ok=True)
6161
with open(
62-
Path(gPath) / (projectName + "/" + modelName + "/" + modelName + ".zip"), "wb"
62+
Path(gPath) / (projectName + "/" + modelName + "/" + modelName + ".zip"),
63+
"wb",
6364
) as zFile:
6465
zFile.write(modelZip)
6566

0 commit comments

Comments
 (0)