Revert until we actually get a Linux developer.

This commit is contained in:
Ebag333
2017-02-10 05:41:06 -08:00
parent 1a9591d411
commit 3c641606da

View File

@@ -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()