mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
'Refactored by Sourcery' (#188)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user