aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/rparse.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-07-24 23:38:41 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-07-24 23:38:41 +1200
commit8f0ebb405d898623f02d22e99505ba944884f398 (patch)
tree69e58bb7839a33d70c067423ca1397311f710172 /libpathod/rparse.py
parentab59d6dccf0d1f3715021a6c7ec3afb11c0c02d3 (diff)
downloadmitmproxy-8f0ebb405d898623f02d22e99505ba944884f398.tar.gz
mitmproxy-8f0ebb405d898623f02d22e99505ba944884f398.tar.bz2
mitmproxy-8f0ebb405d898623f02d22e99505ba944884f398.zip
Hide "go" button if crafting is off. Use configured crafting anchor point.
Diffstat (limited to 'libpathod/rparse.py')
-rw-r--r--libpathod/rparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/rparse.py b/libpathod/rparse.py
index d60a78d3..96817304 100644
--- a/libpathod/rparse.py
+++ b/libpathod/rparse.py
@@ -434,7 +434,7 @@ class DisconnectAt:
@classmethod
def expr(klass):
e = pp.Literal("d").suppress()
- e = e + pp.MatchFirst(
+ e += e + pp.MatchFirst(
[
v_integer,
pp.Literal("r")