Skip to content

Commit 5b6544f

Browse files
committed
noqa interface bind
1 parent 397e8d5 commit 5b6544f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/process_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def start_photon(self, max_startup_retries=3):
107107
if java_params:
108108
cmd.extend(shlex.split(java_params))
109109

110-
cmd.extend(["-jar", "/photon/photon.jar", "serve", "-listen-ip", "0.0.0.0", "-data-dir", config.DATA_DIR])
110+
cmd.extend(["-jar", "/photon/photon.jar", "serve", "-listen-ip", "0.0.0.0", "-data-dir", config.DATA_DIR]) #noqa S104
111111

112112
if enable_metrics:
113113
cmd.extend(["-metrics-enable", "prometheus"])

0 commit comments

Comments
 (0)