mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
change args -> mock_args to be a bit clearer.
This commit is contained in:
parent
6c8fe3e02f
commit
611bad9933
1 changed files with 2 additions and 2 deletions
|
@ -867,8 +867,8 @@ class MockBuilder(Builder):
|
|||
self.mock_cmd_args = "%s --no-clean --no-cleanup-after" % \
|
||||
(self.mock_cmd_args)
|
||||
|
||||
if 'args' in args:
|
||||
self.mock_cmd_args = "%s %s" % (self.mock_cmd_args, args['args'])
|
||||
if 'mock_args' in args:
|
||||
self.mock_cmd_args = "%s %s" % (self.mock_cmd_args, args['mock_args'])
|
||||
|
||||
# TODO: error out if mock package is not installed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue