[X2Go-Commits] [python-x2go] 01/01: x2go/client.py: typo fix for previous commit

git-admin at x2go.org git-admin at x2go.org
Thu Jan 2 16:19:16 CET 2020


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

x2go pushed a commit to branch master
in repository python-x2go.

commit b85b2397a612a94b1f1d2a831cd459f3a4f43249
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jan 2 16:19:05 2020 +0100

    x2go/client.py: typo fix for previous commit
---
 x2go/client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2go/client.py b/x2go/client.py
index e2d2447..20e47c8 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -305,7 +305,7 @@ class X2GoClient(object):
         self.ssh_rootdir = os.path.normpath(self.ssh_rootdir)
 
         if pulseaudio_installdir == None:
-            pulseaudio_installdir = os.path.join(os.getcwd(), 'pulseaudio'),
+            pulseaudio_installdir = os.path.join(os.getcwd(), 'pulseaudio')
         self.pulseaudio_installdir = os.path.normpath(pulseaudio_installdir)
 
         if self.client_rootdir is not None:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list