fixed typo for debug output reverse_sort

This commit is contained in:
Marcus Stoegbauer 2024-03-30 20:41:51 +01:00
parent 6171ca5bb1
commit c6405e9c2a
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class Userconfig:
reverse_sort = dir_config.get(section="Main", option="reverse", boolean=True)
except ValueError:
reverse_sort = False
self._cfg.debug.stdout(f' +++ reverse_sort is {reverse_sort}')
self._cfg.debug.stdout(f' +++ reverse_sort is {reverse_sort}', 3)
if os.access(directory + "/install.sh", os.X_OK):
subprocess.call([directory + "/install.sh"])