Skip to content

Commit

Permalink
black ?
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jan 8, 2024
1 parent 62df7a9 commit 1761d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/gn_modulator/utils/commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def test_is_app_running():
- geonature run
- geonature dev-back
"""

return any(sys.argv[0].endswith(x) for x in ["gunicorn", "celery", "pytest"]) or (
len(sys.argv) >= 2 and sys.argv[1] in ["run", "dev-back"]
)

0 comments on commit 1761d43

Please sign in to comment.