aboutsummarylogtreecommitdiffstats
path: root/python-lnp-get-terminal-name.patch
diff options
context:
space:
mode:
authormetamer2017-01-29 19:53:59 -0800
committermetamer2017-01-29 21:41:21 -0800
commitfa687a9d5f3b50328f2decac7f52bd1291b72822 (patch)
tree0adf3cdcc79513927235dc3d82f447a64083a922 /python-lnp-get-terminal-name.patch
parentbdc5695f65110b16e5211f852f7a45efdf985f33 (diff)
downloadaur-fa687a9d5f3b50328f2decac7f52bd1291b72822.tar.gz
fix issue with get_terminal_name call
Diffstat (limited to 'python-lnp-get-terminal-name.patch')
-rw-r--r--python-lnp-get-terminal-name.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python-lnp-get-terminal-name.patch b/python-lnp-get-terminal-name.patch
new file mode 100644
index 000000000000..da1251ae881f
--- /dev/null
+++ b/python-lnp-get-terminal-name.patch
@@ -0,0 +1,11 @@
+--- terminal.py.old 2017-01-29 19:11:14.936469798 -0800
++++ terminal.py 2017-01-29 19:11:23.498852585 -0800
+@@ -25,7 +25,7 @@
+ term = get_configured_terminal().get_command_line()
+ log.d(
+ "Using configured terminal: %s, command line %s", term,
+- get_configured_terminal.name) #pylint: disable=no-member
++ get_configured_terminal().name) #pylint: disable=no-member
+ if "$" in term:
+ c = []
+ for s in term: