From 4586bc790339eb4c28e5c7ec29618fedb7c87f85 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 25 Nov 2019 16:28:03 +0000 Subject: remove `tags` from StdOut objects - expose through event_kwargs --- modules/commands/outs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/outs.py') diff --git a/modules/commands/outs.py b/modules/commands/outs.py index fb3c29ef..e82ceefd 100644 --- a/modules/commands/outs.py +++ b/modules/commands/outs.py @@ -5,7 +5,6 @@ class StdOut(object): def __init__(self, prefix): self.prefix = prefix self._lines = [] - self.tags = {} self._assured = False def assure(self): -- cgit v1.3.1-10-gc9f91