Skip to content

Commit

Permalink
windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 28, 2018
1 parent 0cf1d83 commit 37015df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion georinex/io.py
Expand Up @@ -60,7 +60,7 @@ def _opencrx(f: TextIO) -> str:
exe = './crx2rnx'
shell = False
if os.name == 'nt':
exe = exe[:2]
exe = exe[2:]
shell = True

try:
Expand Down

0 comments on commit 37015df

Please sign in to comment.