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 de8d43b commit 792349aCopy full SHA for 792349a
1 file changed
pycromanager/test/conftest.py
@@ -62,6 +62,8 @@ def install_mm():
62
# Download an install latest nightly build
63
mm_install_dir = download_and_install_mm(destination='auto')
64
65
+ print('Micro-Manager installed in ' + mm_install_dir)
66
+
67
#### Replace with newer versions of Java libraries ####
68
# find pycro-manager/java path
69
if os.path.isdir('java'):
0 commit comments