Skip to content

Commit 5630a1c

Browse files
committed
Lint
1 parent fbe6f59 commit 5630a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mmw/apps/geoprocessing_api/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,7 @@ def _parse_gwlfe_input(request, raw_input=True):
17131713

17141714
if model_input:
17151715
validate_gwlfe_run(model_input)
1716+
17161717
return model_input, job_uuid, mods, hash
17171718

17181719
if not validate_uuid(job_uuid):
@@ -1728,7 +1729,6 @@ def _parse_gwlfe_input(request, raw_input=True):
17281729
f'The prepare job {job_uuid} has failed.')
17291730

17301731
model_input = json.loads(input_job.result)
1731-
17321732
validate_gwlfe_run(model_input)
17331733

17341734
return model_input, job_uuid, mods, hash

0 commit comments

Comments
 (0)