From bc8304286586bf9f97ba9f9316d26b2ec14df9c4 Mon Sep 17 00:00:00 2001 From: elicn Date: Wed, 6 Mar 2024 15:29:30 +0200 Subject: [PATCH] Fix qltool --- qltool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qltool b/qltool index 1956fd657..9a63841a2 100755 --- a/qltool +++ b/qltool @@ -267,7 +267,7 @@ def run(): 'profile': options.profile, 'console': options.console, 'filter': options.filter, - 'log_devices': options.log_file or [options.log_file], + 'log_devices': options.log_file and [options.log_file], 'log_plain': options.log_plain, 'multithread': options.multithread, 'libcache': options.libcache