* pygnulib/GLImport.py (GLImport.execute): Add the missing joinpath call
on two file name components before calling isfile().
+2024-04-13 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Fix extra arguments to function call.
+ * pygnulib/GLImport.py (GLImport.execute): Add the missing joinpath call
+ on two file name components before calling isfile().
+
2024-04-13 Bruno Haible <bruno@clisp.org>
bootstrap: Fix --help messages.
os.remove(tmpfile)
else: # if not self.config['dryrun']
backupname = '%s~' % basename
- if isfile(destdir, basename):
+ if isfile(joinpath(destdir, basename)):
print('Update %s (backup in %s)' % (basename, backupname))
- else: # if not isfile(destdir, basename)
+ else: # if not isfile(joinpath(destdir, basename))
print('Create %s' % basename)
# Create m4/gnulib-cache.m4.