Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-beloff committed May 11, 2023
1 parent a55864a commit 6176b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scs_host/sys/host_serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def device_identifier(self):

@property
def __lock_name(self):
return "-".join((self.__class__.__name__, str(self._device_identifier).replace("/", "_")))
return "-".join((self.__class__.__name__, str(self._device_identifier)))

0 comments on commit 6176b51

Please sign in to comment.