зеркало из
https://github.com/arsenetar/dupeguru.git
synced 2025-09-11 17:58:17 +00:00
Add e
to lin
Этот коммит содержится в:
родитель
b048fa5968
Коммит
d2193328a7
@ -557,7 +557,7 @@ def fix_qt_resource_file(path):
|
|||||||
with open(path, "rb") as fp:
|
with open(path, "rb") as fp:
|
||||||
contents = fp.read()
|
contents = fp.read()
|
||||||
lines = contents.split(b"\n")
|
lines = contents.split(b"\n")
|
||||||
lines = [lin for lin in lines if not lin.startswith(b"#")]
|
lines = [line for line in lines if not line.startswith(b"#")]
|
||||||
with open(path, "wb") as fp:
|
with open(path, "wb") as fp:
|
||||||
fp.write(b"\n".join(lines))
|
fp.write(b"\n".join(lines))
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user