Skip to content

Commit f324cd6

Browse files
committed
qtvcp -file_manager: fix indent error
1 parent 87f66fe commit f324cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/qtvcp/widgets/file_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def getCurrentSelected(self):
157157
def _hal_init(self):
158158
if self.PREFS_:
159159
last_path = self.PREFS_.getpref('last_loaded_directory', self.default_path, str, 'BOOK_KEEPING')
160-
LOG.debug("lAST FILE PATH: {}".format(last_path))
160+
LOG.debug("lAST FILE PATH: {}".format(last_path))
161161
if not last_path == '' and os.path.exists(last_path):
162162
self.updateDirectoryView(last_path)
163163
else:

0 commit comments

Comments
 (0)