Renaming --binary to --binary-fields

This commit is contained in:
Miroslav Stampar
2013-02-13 11:27:03 +01:00
parent dd6f50a00e
commit 6314d64a70
3 changed files with 3 additions and 2 deletions

View File

@@ -344,7 +344,7 @@ class Agent(object):
else:
nulledCastedField = rootQuery.isnull.query % nulledCastedField
if conf.hexConvert or conf.binary and field in conf.binary.split(','):
if conf.hexConvert or conf.binaryFields and field in conf.binaryFields.split(','):
nulledCastedField = self.hexConvertField(nulledCastedField)
return nulledCastedField