Skip to content

Commit

Permalink
fix inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Jan 7, 2025
1 parent 031b907 commit 0a2e799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgy/cli/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def add_app_module_option(fn: Any) -> Any:
def callback(ctx: click.Context, param: str, value: Optional[str]) -> None:
import edgy

# before importing anything inject the local path
# before importing anything inject the cwd
cwd = Path.cwd()
sys.path.insert(0, str(cwd))
# it is maybe not ready yet. We need to check the apps first.
Expand Down

0 comments on commit 0a2e799

Please sign in to comment.