Advertisement
MD500_Pilot

Untitled

Mar 18th, 2021
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/root/plot_manager/drive_manager.py", line 417, in <module>
  3. main()
  4. File "/root/plot_manager/drive_manager.py", line 410, in main
  5. log.debug(Device(get_device_by_mountpoint(get_plot_drive_to_use())[0][1]).assessment)
  6. File "/usr/local/lib/python3.8/dist-packages/pySMART/device.py", line 222, in __init__
  7. cmd = Popen(
  8. File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
  9. self._execute_child(args, executable, preexec_fn, close_fds,
  10. File "/usr/lib/python3.8/subprocess.py", line 1583, in _execute_child
  11. and os.path.dirname(executable)
  12. File "/usr/lib/python3.8/posixpath.py", line 152, in dirname
  13. p = os.fspath(p)
  14. TypeError: expected str, bytes or os.PathLike object, not NoneType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement