From 51efe973e8fa39b1dc7f9270e1d6aaba54a42b0c Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 25 Jul 2021 12:00:12 +0200 Subject: [PATCH] Improved logic to handle pre and post scripts --- cpl-workspace.json | 1 - src/cpl_cli/command_handler_service.py | 1 - 2 files changed, 2 deletions(-) diff --git a/cpl-workspace.json b/cpl-workspace.json index 7f294573..5ac236f3 100644 --- a/cpl-workspace.json +++ b/cpl-workspace.json @@ -6,7 +6,6 @@ "cpl_cli": "src/cpl_cli/cpl_cli.json" }, "Scripts": { - "hello-world": "python3 scripts/hello_world.py" } } } \ No newline at end of file diff --git a/src/cpl_cli/command_handler_service.py b/src/cpl_cli/command_handler_service.py index afb1e26a..128e796c 100644 --- a/src/cpl_cli/command_handler_service.py +++ b/src/cpl_cli/command_handler_service.py @@ -1,5 +1,4 @@ import os -import subprocess from abc import ABC from typing import Optional