Fix incorrect indentation
Change-Id: If772f3dedf39890aa8cac5b491b9fffb74efe02e
This commit is contained in:
parent
a2daa44ef3
commit
c5039432bb
@ -276,7 +276,7 @@ class Jenkins(object):
|
||||
else:
|
||||
raise
|
||||
except URLError as e:
|
||||
raise JenkinsException('Error in request: %s' % (e.reason))
|
||||
raise JenkinsException('Error in request: %s' % (e.reason))
|
||||
|
||||
def get_build_info(self, name, number, depth=0):
|
||||
'''Get build information dictionary.
|
||||
|
Loading…
x
Reference in New Issue
Block a user