Skip to content

Commit

Permalink
Fix qltool
Browse files Browse the repository at this point in the history
  • Loading branch information
elicn committed Mar 13, 2024
1 parent 8515a27 commit bc83042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qltool
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc83042

Please sign in to comment.