Change paths to be /cursorius/src/.cursorius/*
This commit is contained in:
@@ -30,8 +30,10 @@ class DockerExecutor:
|
||||
A list of directories to persist between invocations
|
||||
"""
|
||||
|
||||
CURSORIUS_LOG_DIRECTORY: str = join("/", "cursorius", "logs")
|
||||
CURSORIUS_ARTIFACT_DIRECTORY: str = join("/", "cursorius", "artifacts")
|
||||
CURSORIUS_LOG_DIRECTORY: str = join("/", "cursorius", "src", ".cursorius", "logs")
|
||||
CURSORIUS_ARTIFACT_DIRECTORY: str = join(
|
||||
"/", "cursorius", "src", ".cursorius", "artifacts"
|
||||
)
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user