#347 Add default value for mock_config variable
Merged 5 years ago by ngompa. Opened 5 years ago by eclipseo.
Unknown source set_default_mock_config  into  master

@@ -183,6 +183,7 @@

          "-m",

          "--mock-config",

          metavar="<config>",

+         default='default',

          dest="mock_config",

          help="Configuration to use for the mock build,"

          " defaults to 'default' i. e.,"

This is to prevent passing a None value when used by deps.py's mock
requests. Fix #346.

@ngompa Could you merge this fix and use it as a patch in a fedora-review-0.7.0-2 update?

Pull-Request has been merged by ngompa

5 years ago
Metadata