Skip to content
Snippets Groups Projects
Commit 0f4af7ae authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Revert hard-coded testing path to new CARTA AppImage back to Capo

property
parent d403ac08
No related branches found
No related tags found
1 merge request!519WS-641: CARTA 2.0
......@@ -37,7 +37,7 @@ def _get_settings(location: str) -> Dict:
return {
"timeout": carta_settings.timeoutInMinutes,
"carta_path": "/home/ssa/bin/CARTA-2.0-no_runtime_config.AppImage",
"carta_path": carta_settings.pathToExecutable,
"redis_host": carta_settings.redisHost,
"redis_port": carta_settings.redisPort,
"redis_password": carta_settings.redisPassword,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment