From 5e726420aa144231e561fd490f7b899ec90e2e89 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:47:52 +0200 Subject: [PATCH] Update sepal_ui/bin/module_deploy.py --- sepal_ui/bin/module_deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sepal_ui/bin/module_deploy.py b/sepal_ui/bin/module_deploy.py index 696bcf06..56e54412 100755 --- a/sepal_ui/bin/module_deploy.py +++ b/sepal_ui/bin/module_deploy.py @@ -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: