From 12a789634f44602fa7e684449b2202ace59dde74 Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Wed, 6 Apr 2022 16:02:15 +0530 Subject: [PATCH 1/2] Update cli_parse.py --- plugins/action/cli_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/action/cli_parse.py b/plugins/action/cli_parse.py index c3fba9ee..2332c723 100644 --- a/plugins/action/cli_parse.py +++ b/plugins/action/cli_parse.py @@ -2,7 +2,7 @@ # Copyright 2020 Red Hat # GNU General Public License v3.0+ # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) - +#test python 3.9 jobs """ The action plugin file for cli_parse """ From 2b5ebbc43d36cda8c4db9115d4858703e5ea01b1 Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Wed, 6 Apr 2022 16:27:20 +0530 Subject: [PATCH 2/2] Update cli_parse.py --- plugins/action/cli_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/action/cli_parse.py b/plugins/action/cli_parse.py index 2332c723..a80332dd 100644 --- a/plugins/action/cli_parse.py +++ b/plugins/action/cli_parse.py @@ -2,7 +2,7 @@ # Copyright 2020 Red Hat # GNU General Public License v3.0+ # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) -#test python 3.9 jobs +# test python 3.9 jobs """ The action plugin file for cli_parse """