Skip to content

Keep input order of tag list

Dirk HOFFMANN requested to merge github/fork/ederag/fix_fact_str into master

Created by: ederag

__repr__ is an unambiguous representation of the fact. __str__ will use __repr__. This seems enough for now. (none of this is used yet anyway)

The most important change is actually that now the tag list keeps the same order as in the input.

Merge request reports