From 22fc3d3cd457ff62c23f4a41c18995e498d49076 Mon Sep 17 00:00:00 2001 From: icerider Date: Thu, 10 Dec 2020 10:00:48 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=8B=20=D0=BF=D0=B0?= =?UTF-8?q?=D0=BA=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calculate/vars/main/cl/groups/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculate/vars/main/cl/groups/__init__.py b/calculate/vars/main/cl/groups/__init__.py index 6550d01..adef185 100644 --- a/calculate/vars/main/cl/groups/__init__.py +++ b/calculate/vars/main/cl/groups/__init__.py @@ -2,4 +2,4 @@ from calculate.variables.datavars import Variable, TableType Variable('build', type=TableType, source=[]) -Variable('unistall', type=TableType, source=[]) +Variable('uninstall', type=TableType, source=[]) From e611e2db7004739f0954a4581cee9fe09e2f88f4 Mon Sep 17 00:00:00 2001 From: icerider Date: Thu, 10 Dec 2020 10:01:43 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=8B=20=D0=BF=D0=B0?= =?UTF-8?q?=D0=BA=D0=B5=D1=82=D0=BE=D0=B2=20uninstall=20=D0=B2=20run=5Ftem?= =?UTF-8?q?plate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_templates.py b/run_templates.py index f43d316..c6b09b8 100644 --- a/run_templates.py +++ b/run_templates.py @@ -36,7 +36,7 @@ def main(): if args.build is not None: group_packages['build'] = args.build if args.uninstall is not None: - group_packages['unistall'] = args.uninstall + group_packages['uninstall'] = args.uninstall action = list(flat_iterable(args.action)) template_processor = DirectoryProcessor(action,