Fix some refactoring problems

This commit is contained in:
Matthias
2018-11-07 07:05:40 +01:00
parent 477515c4b5
commit 8044846d37
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ class Arguments(object):
'--customhyperopt',
help='specify hyperopt class name (default: %(default)s)',
dest='hyperopt',
default=Constants.DEFAULT_HYPEROPT,
default=constants.DEFAULT_HYPEROPT,
type=str,
metavar='NAME',
)