Skip to content

cerbero: pass the scriptdir not the current dir

Matthew Waters requested to merge ystreet/cerbero:cerbero-scriptdir into master

If cerbero-uninstalled was ever executed when not in the cerbero directory, its execution would fail with:

Traceback (most recent call last):
  File "<string>", line 19, in <module>
ModuleNotFoundError: No module named 'cerbero'
Edited by Nirbheek Chauhan

Merge request reports