We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3483e98 commit 69f1b14Copy full SHA for 69f1b14
bolt-dev/bolt/dev/services.py
@@ -32,8 +32,8 @@ def __init__(self):
32
self.manager = HonchoManager()
33
34
def __enter__(self):
35
- if Pid.exists():
36
- click.secho("Services already running in `bolt dev` command", yellow=True)
+ if Pid().exists():
+ click.secho("Services already running in `bolt dev` command", fg="yellow")
37
return
38
39
services = self.get_services(APP_PATH.parent)
0 commit comments