Skip to content

Commit

Permalink
Development (#47)
Browse files Browse the repository at this point in the history
Fix merge error
  • Loading branch information
ggatward authored Oct 14, 2018
1 parent f649e00 commit 93fd2b9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions sat_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ def get_cv(org_id):

# 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']
<<<<<<< HEAD
<<<<<<< HEAD
=======

>>>>>>> master
=======

>>>>>>> e2448ba67fb918a5a4a04d1d3811f9f91b579239

# Promote a content view version
def export_cv(dov_ver, last_export, export_type):
Expand Down Expand Up @@ -1150,15 +1142,6 @@ def main(args):
backend_id = repo_result['backend_identifier']
else:
backend_id = repo_result['label']
<<<<<<< HEAD
=======

# Satellite 6.3 uses a new backend_identifier key in the API result
if 'backend_identifier' in repo_result:
backend_id = repo_result['backend_identifier']
else:
backend_id = repo_result['label']
>>>>>>> master

if ok_to_export:
# Trigger export on the repo
Expand Down

0 comments on commit 93fd2b9

Please sign in to comment.