aboutsummaryrefslogtreecommitdiff
path: root/advtrains/models/advtrains_dtrack_swlst_45.b3d
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2020-06-16 16:11:35 +0200
committerorwell96 <orwell@bleipb.de>2021-02-10 16:36:24 +0100
commit114b915518190e112c7aa8f94a86f3e19660bd6e (patch)
tree176bf22c4d28c30bef8948e01601e0bb50dff1d1 /advtrains/models/advtrains_dtrack_swlst_45.b3d
parent61329c11a28ca0d68f95f189d3a66c373d7dddc3 (diff)
downloadadvtrains-114b915518190e112c7aa8f94a86f3e19660bd6e.tar.gz
advtrains-114b915518190e112c7aa8f94a86f3e19660bd6e.tar.bz2
advtrains-114b915518190e112c7aa8f94a86f3e19660bd6e.zip
Fix new green signals bug caused by old trav_lzbdata, and callback loop in signalling formspec
Diffstat (limited to 'advtrains/models/advtrains_dtrack_swlst_45.b3d')
0 files changed, 0 insertions, 0 deletions
l opt">= line[pos:] author = line[line.find("("):line.rfind(")", 0, pos)+1] # try to grab the next commit by the same author for the same language for j in range(i+1, len(lines)): if lines[j].startswith("#") or not lines[j].endswith(lang): continue if author in lines[j]: lines.insert(i+1, "f " + lines.pop(j)[5:]) break with open(".git/rebase-merge/git-rebase-todo", "w") as f: f.write("\n".join(lines) + "\n") print("You can now continue with the rebase.")