Hi Collin,
> Here is the very simple fix:
>
> diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py
> index c3a7597d02..1fc43bfdff 100644
> --- a/pygnulib/GLImport.py
> +++ b/pygnulib/GLImport.py
> @@ -1241,7 +1241,8 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix
> tmpfile
pygnulib/GLImport.py | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 28d1c2e855..50d1559251 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-30 Collin Funk
+
+ gnulib-tool.py: Fix output of 'po/LINGUAS'.
+ * pygnul