Advertisement
Guest User

Untitled

a guest
Mar 11th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "pid_waveform.py", line 181, in <module>
  3. magnet_direction.set_value( 0 )
  4. File "pid_waveform.py", line 101, in set_value
  5. self._value_path.write_text( str( value ) )
  6. File "/usr/lib/python3.7/pathlib.py", line 1218, in write_text
  7. with self.open(mode='w', encoding=encoding, errors=errors) as f:
  8. File "/usr/lib/python3.7/pathlib.py", line 1186, in open
  9. opener=self._opener)
  10. File "/usr/lib/python3.7/pathlib.py", line 1039, in _opener
  11. return self._accessor.open(self, flags, mode)
  12. FileNotFoundError: [Errno 2] No such file or directory: '/dev/gpio/magnet_dir/value'
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement