mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[appimage] refactoring: removing '/' from INSTALLATION_PATH constant
This commit is contained in:
@@ -234,7 +234,7 @@ class SymlinksVerifier(Thread):
|
||||
|
||||
def run(self):
|
||||
if os.path.exists(INSTALLATION_PATH):
|
||||
installed_files = glob.glob('{}/*/*.json'.format(INSTALLATION_PATH))
|
||||
installed_files = glob.glob(f'{INSTALLATION_PATH}/*/*.json')
|
||||
|
||||
if installed_files:
|
||||
self.logger.info("Checking installed AppImage files with no symlinks created")
|
||||
|
||||
Reference in New Issue
Block a user