------------------------------------------------------------------------------
#### linuxmuster-import-devices startet at 2021-06-09 11:11:24 ####
------------------------------------------------------------------------------
#### Starting sophomorix-device syntax check: ####
Traceback (most recent call last):
File "/usr/sbin/linuxmuster-import-devices", line 66, in <module>
result = subprocess.check_call('sophomorix-device --dry-run')
File "/usr/lib/python3.6/subprocess.py", line 306, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python3.6/subprocess.py", line 287, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'sophomorix-device --dry-run': 'sophomorix-device --dry-run'
There is a problem with the subprocess calls:
I will fix this while working on #123