Commit graph

2 commits

Author SHA1 Message Date
Sei Lisa
0083da6b01 Remove leading dot from main.py like in other .run files 2024-05-24 23:06:02 +02:00
Sei Lisa
d58217ad96 Fix llDumpList2String disaster with string addition
The node containing the separator was not being copied; if it was modified by a later optimization step, the modification propagated to all previous nodes that contained it, causing incorrect results.

Many thanks to @KrsityKu for reporting and providing a repro.

Fixes #23.
2023-02-26 09:46:54 +01:00