fix to utils

This commit is contained in:
Erik Frojdh
2020-09-25 08:53:35 +02:00
parent aa3af2f0ce
commit f950e32893

View File

@ -195,7 +195,6 @@ def add_argument_before(a, args):
"""Add a before the other arguments. Also works with
dict that holds args to several modules. Always puts the
args in a dict to be compatible with set_using_dict"""
print(f'{args=}')
if isinstance(args, tuple):
return (a, *args)
elif isinstance(args, dict):