RUB-NDS/CORStest

NameError: global name 'args' is not defined

gopinath6 opened this issue · 2 comments

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

cors test error

I'm getting the same exception

Any idea how to fix?