Skip to content

Commit 37af8b1

Browse files
fix wording
Co-authored-by: Matthew Elwell <matthew.elwell@flagsmith.com>
1 parent af56f27 commit 37af8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/core/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def ensure_cli_env() -> typing.Generator[None, None, None]:
5353
os.environ["PROMETHEUS_MULTIPROC_DIR"] = prometheus_multiproc_dir_name
5454

5555
if "task-processor" in sys.argv:
56-
# A bit hacky way to signal we're not running the API
56+
# A hacky way to signal we're not running the API
5757
os.environ["RUN_BY_PROCESSOR"] = "true"
5858

5959
with ctx:

0 commit comments

Comments
 (0)