changeset 38829:05401c750042

gnulib-tool.py: follow gnulib-tool changes, part 7 Follow gnulib-tool change 2014-05-27 Sylvain Beucler <beuc@beuc.net> gnulib-tool: adjust translation wget to avoid a https redirection
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Sep 2017 01:09:45 +0200
parents 820b89fbbf01
children 2a923a32c235
files pygnulib/GLImport.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/GLImport.py	Sat Sep 09 01:06:34 2017 +0200
+++ b/pygnulib/GLImport.py	Sat Sep 09 01:09:45 2017 +0200
@@ -1212,7 +1212,7 @@
                     args = ['rsync', '-Lrtz', '%sgnulib/' % TP_RSYNC_URI, '.']
                 else:  # use wget
                     args = ['wget', '--quiet', '-r', '-l1', '-nd', '-np', '-A.po',
-                            '%sgnulib' % TP_URL]
+                            '%sgnulib/' % TP_URL]
                 sp.call(args, shell=True)
             else:  # if self.config['dryrun']
                 print('Fetch gnulib PO files from %s' % TP_URL)