Gitlab Community Edition Instance

Skip to content

Fixed bug in anonymisation function

robinwilliam.hundt requested to merge robinwilliam.hundt/hektor:master into master

The function do_anonymous in hektor.py was dependant upon the iteration order of a dictionary being the same as the insertion order. This is an implementation detail of CPython >=3.6 and should not be relied upon.

Merge request reports