mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-05-07 14:06:54 +02:00
lamedb fix
This commit is contained in:
@@ -56,7 +56,7 @@ def parse(path):
|
||||
log(msg)
|
||||
raise SyntaxError(msg)
|
||||
transponders, sep, services = services.partition("services") # 2 step
|
||||
services, sep, _ = services.partition("end") # 3 step
|
||||
services, sep, _ = services.partition("\nend") # 3 step
|
||||
|
||||
return parse_services(services.split("\n"), transponders.split("/"), path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user