From: Mathias Klette Date: Tue, 7 May 2013 22:44:50 +0000 (+0200) Subject: dput: remove trailing whitespaces X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a0adab3c064d5480953566b36d2f93c2e306913c;p=profitbricks%2Fjenkins-build-scripts.git dput: remove trailing whitespaces --- diff --git a/lib/dput.py b/lib/dput.py index 472f0f6..d635cd5 100644 --- a/lib/dput.py +++ b/lib/dput.py @@ -65,11 +65,11 @@ class Dput(object): if changes_file == None: return True - cmd = [BIN_DPUT, - '-c', - '%s' %(self.config), - '--no-upload-log', - 'profitbricks', + cmd = [BIN_DPUT, + '-c', + '%s' %(self.config), + '--no-upload-log', + 'profitbricks', '%s' %(changes_file), ]