Skip to content

Commit

Permalink
DOV content_view version id in get_cv()
Browse files Browse the repository at this point in the history
Fixed DOV content_view version id being returned by get_cv().
  • Loading branch information
aspurrier authored Apr 4, 2019
1 parent 48e2aac commit 972d084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_cv(org_id):
helpers.log_msg(msg, 'DEBUG')

# Return the ID (should be '1') and the label (forms part of the export path name)
return cv_result['id'], cv_ver, cv_result['label']
return ver['id'], cv_ver, cv_result['label']

# Promote a content view version
def export_cv(dov_ver, last_export, export_type):
Expand Down

0 comments on commit 972d084

Please sign in to comment.