mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-11 01:29:50 +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 pause_on_error: Whether to pause on error, before rollback
|
||||||
:params bool dry_run: Don't actually run the tasks
|
: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
|
# Get the tasklist
|
||||||
from tasklist import load_tasks
|
from tasklist import load_tasks
|
||||||
from tasklist import TaskList
|
from tasklist import TaskList
|
||||||
|
|
Loading…
Add table
Reference in a new issue