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

Merge branch 'type' into 'master'

Fixed TypeError

See merge request !172
parents e110d677 1dcf116b
No related branches found
No related tags found
1 merge request!172Fixed TypeError
Pipeline #44224 failed
......@@ -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