Skip to content

Commit 46ea200

Browse files
committed
Update to use 'addedReadyflowCrn' (#71)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 8174a44 commit 46ea200

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cdpy/df.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,8 @@ def describe_added_readyflow(self, def_crn, sort_versions=True):
227227
Squelch(value='PATH_DISABLED',
228228
warning=ENTITLEMENT_DISABLED)
229229
],
230-
readyflowCrn=def_crn
230+
addedReadyflowCrn=def_crn
231231
)
232-
# Force renaming readyflowCrn to addedReadyflowCrn to reduce user confusion
233-
result['addedReadyflowCrn'] = result.pop('readyflowCrn')
234232
out = result
235233
if sort_versions and out:
236234
out['versions'] = sorted(result['versions'], key=lambda d: d['version'], reverse=True)

0 commit comments

Comments
 (0)