mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +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):
|
if callable(fn):
|
||||||
fn(self.tasks, manifest, *args)
|
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
|
"""Converts the taskgraph into a list and runs all tasks in that list
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue