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 05c699d commit cd1d2c7Copy full SHA for cd1d2c7
1 file changed
pycromanager/test/conftest.py
@@ -59,7 +59,7 @@ def install_mm():
59
path = find_existing_mm_install()
60
print('Micro-Manager is already installed, skipping installation')
61
yield path
62
- except FileNotFoundException:
+ except FileNotFoundError:
63
print("No Micro-Manager installation found, installing now")
64
# Download an install latest nightly build
65
mm_install_dir = download_and_install_mm(destination='auto')
0 commit comments