03-13-2017, 10:54 AM
One advantage of the stderr re-direction to a file is that you can then get the error messages from registration:
Code:
Traceback (most recent call last):
File "C:\Users\username\Downloads\audit\python\kjp_temp.py", line 30, in <module>
menu="<Image>/contributed/KJP Temp...")
TypeError: register() takes at least 11 non-keyword arguments (10 given)