This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 1c870b307992e0575cc7572c33e8ba04c5779056 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 30 14:14:21 2018 +0200 x2gobroker-pubkeyauthorizer: Tiny Python2to3 fix. --- sbin/x2gobroker-pubkeyauthorizer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer index e171c79..6a9af5a 100755 --- a/sbin/x2gobroker-pubkeyauthorizer +++ b/sbin/x2gobroker-pubkeyauthorizer @@ -108,7 +108,7 @@ if __name__ == '__main__': del opt['args'] p_group.add_argument(*args, **opt) - print + print () cmdline_args = p.parse_args() if cmdline_args.broker_url is None: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git