fail loading GLOBAL
Initializing with ['GLOBAL'], fails
sign = Signaturizer(['GLOBAL'])
it should behave like
sign = Signaturizer('GLOBAL')
Initializing with ['GLOBAL'], fails
sign = Signaturizer(['GLOBAL'])
it should behave like
sign = Signaturizer('GLOBAL')