Do not overwrite conda-build root dir if already configured
2 unresolved threads
2 unresolved threads
Compare changes
+ 6
− 1
@@ -637,7 +637,12 @@ if __name__ == '__main__':
The condarc file can contain the root-dir entry which state where conda-build should run and store its artifacts. Don't set croot if that setting is found.
You could simplify this using boolean logic, but if you just want to check if 'root-dir' is inside 'conda-build', may I suggest:
?
changed this line in version 4 of the diff