I think if you change the call to look like:
threading.Thread(target=run, args=(os.path.join('c:\\', path),)).start()
oh i see now. thanks
Trues='sdgdfgdfg' s == (s)
Falses == (s,)
-- http://mail.python.org/mailman/listinfo/python-list
I think if you change the call to look like:
threading.Thread(target=run, args=(os.path.join('c:\\', path),)).start()
oh i see now. thanks
Trues='sdgdfgdfg' s == (s)
Falses == (s,)
-- http://mail.python.org/mailman/listinfo/python-list