Fixes an error in the smb module that it can't find the no-color option for logging config:
user@localhost:~/tools/odat$ ./odat.py smb
Traceback (most recent call last):
File "./odat.py", line 553, in <module>
main()
File "./odat.py", line 539, in main
configureLogging(args)
File "./odat.py", line 233, in configureLogging
if args['no-color'] == False and COLORLOG_AVAILABLE==True:
KeyError: 'no-color'
Fixes an error in the smb module that it can't find the no-color option for logging config: