mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
fixed that bug
This commit is contained in:
@@ -254,8 +254,6 @@ class TaskFilter(BaseAction):
|
||||
self.source = s
|
||||
self.bf = bf
|
||||
self.__uuid = uuid4().hex
|
||||
self.do_skip = None
|
||||
self.do_interactive = None
|
||||
|
||||
def __str__(self):
|
||||
"""Used for terminal display."""
|
||||
|
||||
Reference in New Issue
Block a user