We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9ae10 commit 5c16d9bCopy full SHA for 5c16d9b
BCN/BCNClassifier.py
@@ -40,7 +40,7 @@
40
try:
41
utils.install_packages(StrVector(packages_to_install))
42
except Exception as e:
43
- subprocess.run(['mkdir', 'bcn_r'])
+ subprocess.run(['mkdir', '-p', 'bcn_r'])
44
utils.install_packages(StrVector(packages_to_install), lib_loc = StrVector(['bcn_r']))
45
check_packages = True
46
BCN/BCNRegressor.py
0 commit comments