Skip to content

Commit f2f15ab

Browse files
committed
make printout warning
1 parent aa651a6 commit f2f15ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexon2rawio/plexon2rawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __init__(self, filename, pl2_dll_file_path=None):
120120
dist = urlopen(url=url)
121121

122122
with open(pl2_dll_file_path, "wb") as f:
123-
print(f"Downloading plexon dll to {pl2_dll_file_path}")
123+
warnings.warn(f"dll file does not exist, downloading plexon dll to {pl2_dll_file_path}")
124124
f.write(dist.read())
125125

126126
# Instantiate wrapper for Windows DLL

0 commit comments

Comments
 (0)