Skip to content
Snippets Groups Projects

Look for runtimes in PRESSURE_VESSEL_VARIABLE_DIR

Merged Simon McVittie requested to merge wip/var into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -92,8 +92,10 @@ class Gui:
for search in (
os.getenv('PRESSURE_VESSEL_RUNTIME_BASE'),
os.getenv('PRESSURE_VESSEL_VARIABLE_DIR'),
'..',
'../..',
'../../var',
):
if search is None:
continue
Loading