NameError: global name 'args' is not defined
gopinath6 opened this issue · comments
கோபிநாத்(Gopinath) - மதுரை(Madurai) commented
Am getting below error, can you please help to resolve?
OS:Win 7
Traceback (most recent call last):
File "C:\Users\kandasam\CORStest\corstest.py", line 112, in
main()
File "C:\Users\kandasam\CORStest\corstest.py", line 31, in main
try: pool.map_async(check, urls).get(2**32)
File "C:\Users\kandasam.windows-build-tools\python27\lib\multiprocessing\pool.py", line 567, in get
raise self._value
NameError: global name 'args' is not defined
Vladimir Stanković commented
I'm getting the same exception
கோபிநாத்(Gopinath) - மதுரை(Madurai) commented
Any idea how to fix?