[X2Go-Commits] [pyhoca-gui] 07/18: line break fix

git-admin at x2go.org git-admin at x2go.org
Fri Feb 7 13:26:25 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch brokerclient
in repository pyhoca-gui.

commit 6f394411ddb0d674525de56558617c685e47cb48
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 6 00:22:12 2014 +0100

    line break fix
---
 setup.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bf2e6bd..f3d1839 100755
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,8 @@ class NSISScript(object):
                     program_version = self.program_version,
                     program_desc = self.program_desc,
                     output_dir = self.dist_dir,
-                    icon_location = os.path.join(self.dist_dir, self.icon_loc))
+                    icon_location = os.path.join(self.dist_dir, self.icon_loc)
+        )
 
         with open(self.pathname, "w") as outfile:
             outfile.write(contents)

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git



More information about the x2go-commits mailing list