Skip to content

Fixed unsupported value of argument of __import__ function (ATLASJT-412)

This brach fixes the value passed to the import function as its "level" argument. A value of -1 is not supported in python 3. A value of 0 is used for absolute imports, which is all that the script makeTrfJSONSignatures.py actually handels.

Merge request reports