Improved logic to handle pre and post scripts

This commit is contained in:
Sven Heidemann 2021-07-25 12:00:12 +02:00
parent 0bb272d89b
commit 51efe973e8
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
"cpl_cli": "src/cpl_cli/cpl_cli.json" "cpl_cli": "src/cpl_cli/cpl_cli.json"
}, },
"Scripts": { "Scripts": {
"hello-world": "python3 scripts/hello_world.py"
} }
} }
} }

View File

@ -1,5 +1,4 @@
import os import os
import subprocess
from abc import ABC from abc import ABC
from typing import Optional from typing import Optional