mirror of
https://github.com/ceph/ceph
synced 2025-03-29 15:03:39 +00:00
failed dict.get evaluates to None
This commit is contained in:
parent
65f49beb35
commit
5263a6f758
@ -86,7 +86,7 @@ describe. One job is run at a time.
|
||||
teuth_path = os.path.join(os.getenv("HOME"), 'teuthology-' + teuthology_branch, 'virtualenv', 'bin')
|
||||
if not os.path.isdir(teuth_path):
|
||||
raise Exception('Teuthology branch ' + teuthology_branch + ' not found at ' + teuth_path)
|
||||
if job_config.get('last_in_suite', False):
|
||||
if job_config.get('last_in_suite'):
|
||||
log.debug('Generating coverage for %s', job_config['name'])
|
||||
args = [
|
||||
os.path.join(teuth_path, 'teuthology-results'),
|
||||
|
Loading…
Reference in New Issue
Block a user