Skip to content

Commit 28e205e

Browse files
committed
FIX subprocess args
1 parent 46244fd commit 28e205e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: server/src/scimodom/services/sunburst.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _get_query(chart_type):
130130

131131
@staticmethod
132132
def trigger_background_update():
133-
run(["flask --app scimodom.app", "sunburst-update"])
133+
run(["flask", "--app", "scimodom.app", "sunburst-update"])
134134

135135
def do_background_update(self):
136136
def update_all():

0 commit comments

Comments
 (0)