[nodes] fix savePutativeMatch default value

This commit is contained in:
Yann Lanthony 2018-02-02 17:50:56 +01:00
parent 0354c3dc9b
commit 839d8c5fb6

View file

@ -73,7 +73,7 @@ class FeatureMatching(desc.CommandLineNode):
name='savePutativeMatches',
label='Save Putative Matches',
description='''putative matches.''',
value='',
value=False,
uid=[0],
),
desc.BoolParam(