umccr / icav2-cli-plugins

A set of additional subcommands for icav2
MIT License
2 stars 0 forks source link

"BROWSER" env var error for projectdata view #263

Open alexiswl opened 8 months ago

alexiswl commented 8 months ago

Should be

if self.is_browser and os.environ.get("BROWSER", None) is None:

instead of

f self.is_browser and not os.environ.get("BROWSER", None) is None: