From 3c641606da5b3ee7dff733541169f84ebbf80482 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Fri, 10 Feb 2017 05:41:06 -0800 Subject: [PATCH] Revert until we actually get a Linux developer. --- gui/itemStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/itemStats.py b/gui/itemStats.py index 0823ce7ff..1fcf5b466 100644 --- a/gui/itemStats.py +++ b/gui/itemStats.py @@ -859,7 +859,7 @@ class ItemEffects(wx.Panel): elif 'wxMac' in wx.PlatformInfo: os.system("open " + file_) else: - subprocess.call({"xdg-open": file_}) + subprocess.call(["xdg-open", file_]) def RefreshValues(self, event): self.Freeze()