'Refactored by Sourcery' (#188)

This commit is contained in:
LopeKinz
2023-06-19 13:26:55 +02:00
committed by GitHub
parent 52a021f8de
commit ac958df8d7
4 changed files with 9 additions and 10 deletions

View File

@@ -33,8 +33,8 @@ def main(
logging.basicConfig(level=logging.DEBUG if verbose else logging.INFO)
input_path = Path(project_path).absolute()
memory_path = input_path / (run_prefix + "memory")
workspace_path = input_path / (run_prefix + "workspace")
memory_path = input_path / f"{run_prefix}memory"
workspace_path = input_path / f"{run_prefix}workspace"
if delete_existing:
# Delete files and subdirectories in paths