From 4c16570fcade49fc93263195f7ae5dbae0687785 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 03:56:36 +0200 Subject: Use double quotes --- aux/enabled-languages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aux/enabled-languages') diff --git a/aux/enabled-languages b/aux/enabled-languages index 6023443..cc4ad94 100755 --- a/aux/enabled-languages +++ b/aux/enabled-languages @@ -4,8 +4,8 @@ import os import sys os.chdir(os.path.dirname(sys.argv[0])) -sys.path.append('..') +sys.path.append("..") import src.i18n.gen -print(' '.join(x.bcp for x in src.i18n.gen.LOCALES if x.enabled)) \ No newline at end of file +print(" ".join(x.bcp for x in src.i18n.gen.LOCALES if x.enabled)) \ No newline at end of file -- cgit v1.2.3