rettenbs opened this issue 3 years ago · 0 comments
With Python3 you need parenthesis with print, i.e.
print
print(${ARGN_NAME}.__file__)
instead of
print ${ARGN_NAME}.__file__