mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 21:28:32 +00:00
We ran the get_master_spec method twice, instead of using the value in master_spec the second time
This commit is contained in:
parent
7d29ac75de
commit
dd2e8ef32f
@ -34,7 +34,7 @@ def all_specifications(libraries=False,standalone=False):
|
||||
specs = spec_service.get_specs()
|
||||
master_spec = spec_service.get_master_spec()
|
||||
if master_spec:
|
||||
specs.append(spec_service.get_master_spec())
|
||||
specs.append(master_spec)
|
||||
return WorkflowSpecInfoSchema(many=True).dump(specs)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user