From db23b38496fd7604312ffa14dc84bc42fa74db6b Mon Sep 17 00:00:00 2001 From: glx22 Date: Wed, 21 Jan 2026 14:57:36 +0100 Subject: [PATCH] Codefix: There's a new black version --- scripts/eintsgit.py | 6 ++---- scripts/filter_update_langs | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/eintsgit.py b/scripts/eintsgit.py index ad6c60c..24e55c2 100755 --- a/scripts/eintsgit.py +++ b/scripts/eintsgit.py @@ -299,8 +299,7 @@ def run(): for opt, val in opts: if opt in ("--help", "-h"): - print( - """\ + print("""\ eintsgit -- Synchronize language files between git and Eints. eintsgit @@ -350,8 +349,7 @@ def run(): Update working copy, merge and download translations from Eints, commit and push. With --dry-run stop before pushing and leave commits local. -""" - ) +""") sys.exit(0) if opt == "--force": diff --git a/scripts/filter_update_langs b/scripts/filter_update_langs index 14c7bc8..294894e 100755 --- a/scripts/filter_update_langs +++ b/scripts/filter_update_langs @@ -6,7 +6,6 @@ import sys import os.path - # Keywords to use from OpenTTD langfiles filterkeywords = ["##name", "##ownname", "##isocode", "##plural", "##textdir", "##grflangid", "##gender", "##case"]