Skip to content

Commit

Permalink
bug fix: device templates going to wrong location
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-pGuo committed Nov 25, 2024
1 parent 44c511c commit 34c7b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class CustomInstall(install): # pylint: disable='missing-class-docstring
def run(self):
shutil.copytree('./src/rs232_to_pdu/devices/',
'/tmp/rs232-to-pdu/devices/',
'/usr/share/rs232-to-pdu/devices/',
dirs_exist_ok=True)

super().run()
Expand Down

0 comments on commit 34c7b0b

Please sign in to comment.