* pygnulib/GLTestDir.py (GLMegaTestDir.execute): Invoke os.mkdir as
intended.
2022-07-31 Bruno Haible <bruno@clisp.org>
+ gnulib-tool.py: Fix typo.
+ * pygnulib/GLTestDir.py (GLMegaTestDir.execute): Invoke os.mkdir as
+ intended.
+
gnulib-tool.py: Improve some error messages.
* gnulib-tool.py (main): Write "*** Stop." instead of "*** Exit.".
(__main__): Print an error message for GLError 5, 13, 14, 15, 16, 17, 18.
constants.execute(args, verbose)
try: # Try to make a directory
if not isdir('build-aux'):
- os, mkdir('build-aux')
+ os.mkdir('build-aux')
except Exception as error:
pass
args = [UTILS['autoconf']]