Skip to content
Snippets Groups Projects
Commit 1dcf116b authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed TypeError

parent e110d677
No related branches found
No related tags found
1 merge request!172Fixed TypeError
Pipeline #44220 passed
......@@ -533,7 +533,7 @@ if __name__ == "__main__":
intranet=True,
group="bob",
)
+ ["defaults"]
+ ("defaults",)
)
channels = ["--override-channels"] + ["--channel=%s" % k for k in channels]
conda_cmd = "install" if args.envname in ("base", "root") else "create"
......
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