Skip to content

Commit 2bc830b

Browse files
Update url of githubusercontent
1 parent 81a1ed5 commit 2bc830b

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
@@ -79,7 +79,7 @@ def __init__(self, filename, pl2_dll_file_path=None):
7979
if pl2_dll_file_path.exists():
8080
warnings.warn(f'Using cached plexon dll at {pl2_dll_file_path}')
8181
else:
82-
dist = urlopen('https://github.com/Neuralensemble/pypl2/blob/master/bin/PL2FileReader.dll?raw=true')
82+
dist = urlopen('https://raw.githubusercontent.com/Neuralensemble/pypl2/master/bin/PL2FileReader.dll')
8383
with open(pl2_dll_file_path, 'wb') as f:
8484
print(f'Downloading plexon dll to {pl2_dll_file_path}')
8585
f.write(dist.read())

0 commit comments

Comments
 (0)