]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
dput: remove trailing whitespaces
authorMathias Klette <mathias.klette@profitbricks.com>
Tue, 7 May 2013 22:44:50 +0000 (00:44 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Tue, 7 May 2013 22:44:50 +0000 (00:44 +0200)
lib/dput.py

index 472f0f67768b9c4cc460223b615f9e675e2a630d..d635cd50e8c54cfeda43609c515acb862f1bbfdb 100644 (file)
@@ -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),
             ]