1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-30 16:34:08 +02:00

fixed patch file name

This commit is contained in:
2024-06-10 09:17:24 +02:00
parent f387fb1213
commit 720f445387
2 changed files with 1 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
diff -ur tuir-v1.29.0-orig/tuir/config.py tuir-v1.29.0/tuir/config.py
--- tuir-v1.29.0-orig/tuir/config.py 2020-04-26 09:12:09.000000000 +0200
+++ tuir-v1.29.0/tuir/config.py 2024-06-10 09:11:01.010022758 +0200
@@ -131,7 +131,7 @@
config = configparser.RawConfigParser()
if os.path.exists(filename):
with codecs.open(filename, encoding='utf-8') as fp:
- config.readfp(fp)
+ config.read(fp)
return cls._parse_tuir_file(config)