Skip to content

Commit 9affbf4

Browse files
committed
nomo yolo
1 parent 6798e8e commit 9affbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

victoria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def launch_tool():
629629
print(f"\n{T.GREEN}{T.TARGET} Launching Victoria Data Navigator{T.NC}")
630630

631631
try:
632-
cmd = [TOOL_CMD, "-y", "-c", str(APP_HOME)]
632+
cmd = [TOOL_CMD, "-c", str(APP_HOME)]
633633
if os.name == "nt":
634634
proc = subprocess.run(cmd)
635635
if proc.returncode != 0:

0 commit comments

Comments
 (0)