aboutsummarylogtreecommitdiffstats
path: root/pylnp-terminal.patch
blob: 455abfc3e5dcd6888a5e406e4e9d11660234b863 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- terminal.py.old	2016-07-15 18:56:06.339216999 -0700
+++ terminal.py	2016-07-15 18:56:26.132648665 -0700
@@ -28,7 +28,7 @@
                     c.append(s)
             return c
         else:
-            return term + cmd
+            return term + [cmd]
         raise Exception('No terminal launcher for platform: ' + sys.platform)
 
 def get_configured_terminal():