Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia authored Feb 25, 2024
1 parent 0c175b4 commit 970f714
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions neo/rawio/plexon2rawio/pypl2/pypl2lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
if platform_is_windows:
import ctypes
else:
is_wine_available = subprocess.run(
["which", "wine"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=False
)
is_wine_available = subprocess.run(["which", "wine"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=False)
if is_wine_available.returncode != 0:
raise ImportError("Wine is not installed. Please install wine to use the PL2FileReader.dll")

Expand Down

0 comments on commit 970f714

Please sign in to comment.