mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 07:39:10 +00:00
Incorrect usage of list append
Co-authored-by: William de Castro <williamtdcastro@gmail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ def open_file(path: str, file_manager: bool = False):
|
||||
command_args = [path]
|
||||
if file_manager:
|
||||
# will reveal in Finder
|
||||
command_args = command_args.append("-R")
|
||||
command_args.append("-R")
|
||||
else:
|
||||
if file_manager:
|
||||
command_name = "dbus-send"
|
||||
|
||||
Reference in New Issue
Block a user