diff options
author | JJP7 <palimajuver@gmail.com> | 2020-02-04 13:14:31 +0800 |
---|---|---|
committer | JJP7 <palimajuver@gmail.com> | 2020-02-04 13:14:31 +0800 |
commit | 1a38eced72d9b13d69e7a2a0e721e54e75212b7d (patch) | |
tree | 4fe569eebbe6d9f28f2b39068fabc1da07c36c1a | |
parent | d150bb5a90bc92f79b138bcdd602b7e0f492fa53 (diff) | |
download | vdebug-1a38eced72d9b13d69e7a2a0e721e54e75212b7d.zip |
added comma
-rw-r--r-- | python3/vdebug/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/vdebug/util.py b/python3/vdebug/util.py index 653705e..4332e7e 100644 --- a/python3/vdebug/util.py +++ b/python3/vdebug/util.py @@ -105,7 +105,7 @@ class Keymapper: """ exclude = ["run", "close", "set_breakpoint", "enable_breakpoint", "disable_breakpoint", - "toggle_breakpoint" "eval_visual"] + "toggle_breakpoint", "eval_visual"] def __init__(self): self.is_mapped = False |