mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-10 17:19:51 +00:00
Remove manual deserialization
This commit is contained in:
parent
ed222d579f
commit
fd07954764
1 changed files with 0 additions and 3 deletions
|
@ -93,9 +93,6 @@ def run(manifest, debug=False, pause_on_error=False, dry_run=False):
|
|||
:params bool pause_on_error: Whether to pause on error, before rollback
|
||||
:params bool dry_run: Don't actually run the tasks
|
||||
"""
|
||||
if isinstance(manifest, dict):
|
||||
from manifest import Manifest
|
||||
manifest = Manifest(path=manifest['path'], data=manifest['data'])
|
||||
# Get the tasklist
|
||||
from tasklist import load_tasks
|
||||
from tasklist import TaskList
|
||||
|
|
Loading…
Add table
Reference in a new issue