You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: