Commit c800b154 authored by di68kap's avatar di68kap
Browse files

- einige der später eingefügten Trennzeichen werden nun sauberer hinzugefügt.

parent 588474ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -872,7 +872,6 @@ class Node: # (collections.abc.Sized): Base class omitted for cython-compatibil
        """
        switch = how.lower()

        from DHParser import configuration
        if switch == 'ast':
            switch = get_config_value('ast_serialization').lower()
        elif switch == 'cst':