parent
634327c5f6
commit
cb7b44f9e4
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class PlayContext(Base):
|
|||
_force_handlers = FieldAttribute(isa='bool', default=False)
|
||||
_start_at_task = FieldAttribute(isa='string')
|
||||
_step = FieldAttribute(isa='bool', default=False)
|
||||
_diff = FieldAttribute(isa='bool', default=C.DIFF_ALWAYS)
|
||||
_diff = FieldAttribute(isa='bool')
|
||||
|
||||
# Fact gathering settings
|
||||
_gather_subset = FieldAttribute(isa='string', default=C.DEFAULT_GATHER_SUBSET)
|
||||
|
|
Loading…
Reference in a new issue