Skip to content

Commit b226058

Browse files
committed
Edit format name change: 'cedarscript-raw' -> 'cedarscript'; updates
1 parent f90632c commit b226058

File tree

11 files changed

+3
-5
lines changed

11 files changed

+3
-5
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ test t:
1010
echo TODO pytest --cov=src/cedarscript_integration_aider tests/ --cov-report term-missing
1111

1212
install i:
13-
pip install -e .
13+
pip install --upgrade --force-reinstall -e . \
14+
&& pip show cedarscript-integration-aider
1415

1516
build b:
1617
# SETUPTOOLS_SCM_PRETEND_VERSION=0.0.1

src/cedarscript_integration_aider/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
"prompt_folder_path",
99
]
1010

11-
def prompt_folder_path(name: str) -> Path:
12-
result = files('cedarscript_integration_aider').joinpath(name)
13-
assert result.exists(), f"[prompt_folder_path '{name}']: Path not found: {result}"
14-
return result
11+
prompt_folder_path = files('cedarscript_integration_aider')

0 commit comments

Comments
 (0)