Skip to content

Commit

Permalink
Update sepal_ui/bin/module_deploy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Sep 29, 2023
1 parent 53a24f1 commit 5e72642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sepal_ui/bin/module_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def main() -> None:
print("Export the env configuration of your module...")

# check that the local folder is a module folder
Path.cwd() / "pyproject.toml"
try:
tomli.load("pyproject.toml")["sepal-ui"]["init-notebook"]
except FileNotFoundError as e:
Expand Down

0 comments on commit 5e72642

Please sign in to comment.