From 309e7d3771e2bff3fe14ec4d682712713f1a17a5 Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Fri, 9 Jun 2023 17:47:14 +0200 Subject: [PATCH] bugfix Not sure how this could get here. --- mpsd-software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpsd-software.py b/mpsd-software.py index c62bd3a..993b789 100755 --- a/mpsd-software.py +++ b/mpsd-software.py @@ -1126,7 +1126,7 @@ def main(): args.release, args.toolchains, root_dir, False, args.enable_build_cache ) elif args.action == "status": - _ = environment_status(args.release, script_dir) + _ = environment_status(args.release, root_dir) elif args.action == "prepare": prepare_environment(args.release, root_dir) elif args.action == "available": -- GitLab