From 75f18769b8d3ae2148d87d9bf4e4875f9f183509 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Wed, 16 Dec 2020 17:31:36 +0100 Subject: [PATCH] mrlib: move reserved tag names to mrlib Signed-off-by: Frantisek Hrbata --- mrlib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mrlib.py b/mrlib.py index cea72b9..32af5d6 100755 --- a/mrlib.py +++ b/mrlib.py @@ -20,6 +20,7 @@ import datetime from_line = "From localhost.localdomain Wed Sep 1 08:00:00 CET 2010" rev_zero = "0"*40 +reserved_tags = ["M", "B", "A", "C", "CC", "AN", "AE", "AT"] def run(cmd, stdin=None, stdout=True, stderr=True, text=True, env=None, die=True): if stdin and text: -- 1.7.10.4