Skip to content

Commit

Permalink
apio drivers --serial-enable: Bug fixed in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 20, 2024
1 parent d8e4fea commit a37f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apio/managers/drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def _ftdi_disable_windows():
# pylint: disable=W0703
def _serial_enable_windows(self):
drivers_base_dir = util.get_package_dir("tools-drivers")
drivers_bin_dir = str(Path(drivers_base_dir) / "bin")
drivers_bin_dir = drivers_base_dir / "bin"

try:
if util.check_package(
Expand Down

0 comments on commit a37f2ed

Please sign in to comment.