Skip to content

Commit

Permalink
Add num file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas committed Apr 6, 2020
1 parent bc999d8 commit 1da3ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pybecker/becker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class Becker:

def __init__(self, device_name=DEFAULT_DEVICE_NAME):
self.is_serial = "/" in device_name or "\\" in device_name
self.is_serial = "/" in device_name
if self.is_serial and not os.path.exists(device_name):
raise FileExistsError(device_name + " don't exists")
self.device = device_name
Expand Down
1 change: 1 addition & 0 deletions pybecker/centronic-stick.num
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1

0 comments on commit 1da3ca4

Please sign in to comment.