Skip to content

Commit cd1d2c7

Browse files
committed
Build: Error not Exception..
1 parent 05c699d commit cd1d2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycromanager/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def install_mm():
5959
path = find_existing_mm_install()
6060
print('Micro-Manager is already installed, skipping installation')
6161
yield path
62-
except FileNotFoundException:
62+
except FileNotFoundError:
6363
print("No Micro-Manager installation found, installing now")
6464
# Download an install latest nightly build
6565
mm_install_dir = download_and_install_mm(destination='auto')

0 commit comments

Comments
 (0)