RedHatSatellite / sat6_scripts

Scripts to automate various Satellite 6 content related tasks, including disconnected export/import, publish, promote, cleanup and more...
GNU General Public License v3.0
54 stars 33 forks source link

DoV export failure reading task_result #41

Open ggatward opened 6 years ago

ggatward commented 6 years ago

Exporting DoV on Sat 6.2 resulted in a failure with Traceback:

Traceback (most recent call last): File "sat_export.py", line 1231, in main(sys.argv[1:]) File "sat_export.py", line 966, in main ok_to_export = check_running_tasks(repo_result['label'], ename) File "sat_export.py", line 375, in check_running_tasks if task_result['input']['repository']['label'] == label KeyError: 'repository'