Skip to content

Commit 3906755

Browse files
committed
More added features to git integration branch
1 parent 7bb215a commit 3906755

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sasctl/pzmm/gitIntegration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ def project_exists(response, project):
101101
return response
102102
else:
103103
return response
104-
105-
104+
106105
def model_exists(project, name, force):
107106
"""Checks if model already exists and either raises an error or deletes the redundant model.
108107
@@ -369,7 +368,6 @@ def pullMMProject(cls, gPath, project):
369368
for model in modelResponse:
370369
modelNames.append(model.name)
371370
modelId.append(model.id)
372-
373371
# For each model, search for an appropriate model directory in the project directory and pull down the model
374372
for name, id in zip(modelNames, modelId):
375373
mPath = pPath / name

0 commit comments

Comments
 (0)