mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove default argument (info={}) in tasklist.run
This commit is contained in:
parent
bbea12599c
commit
a0bc989459
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class TaskList(object):
|
|||
if callable(fn):
|
||||
fn(self.tasks, manifest, *args)
|
||||
|
||||
def run(self, info={}, dry_run=False):
|
||||
def run(self, info, dry_run=False):
|
||||
"""Converts the taskgraph into a list and runs all tasks in that list
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Add table
Reference in a new issue