debug output for reverse_sort

This commit is contained in:
Marcus Stoegbauer 2024-03-30 20:40:49 +01:00
parent 7684033903
commit 6171ca5bb1
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}')
if os.access(directory + "/install.sh", os.X_OK):
subprocess.call([directory + "/install.sh"])