Fix incorrect indentation

Change-Id: If772f3dedf39890aa8cac5b491b9fffb74efe02e
This commit is contained in:
Guido Günther 2015-02-06 22:15:30 +01:00
parent a2daa44ef3
commit c5039432bb

View File

@ -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.