* pygnulib/GLConfig.py (GLConfig.__init__): Pass the 'glpy' prefix to
mkdtemp.
+2024-04-21 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Make temporary directories recognizable.
+ * pygnulib/GLConfig.py (GLConfig.__init__): Pass the 'glpy' prefix to
+ mkdtemp.
+
2024-04-21 Bruno Haible <bruno@clisp.org>
gnulib-tool.sh: In --create-testdir, just warn about a bad module name.
errors: bool | None = None) -> None:
'''Create new GLConfig instance.'''
self.table = dict()
- self.table['tempdir'] = tempfile.mkdtemp()
+ self.table['tempdir'] = tempfile.mkdtemp(prefix='glpy')
# Check and store the attributes.
# Remove trailing slashes from the directory names. This is necessary
# for m4base (to avoid an error in func_import) and optional for the