From c8caccc9a1c33bd00693e7c33ae82db11dc6001f Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 13 Apr 2015 14:28:52 +0200 Subject: Fix a bug introduced in ee6c7d3 (the command args parser would never parse three args, making /set unable to set section-specific options) --- src/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/commands.py b/src/core/commands.py index 6bd7bcb9..c0de8a03 100644 --- a/src/core/commands.py +++ b/src/core/commands.py @@ -536,7 +536,7 @@ def command_remove_bookmark(self, args): else: self.information(_('No bookmark to remove'), 'Info') -@command_args_parser.quoted(0, 2) +@command_args_parser.quoted(0, 3) def command_set(self, args): """ /set [module|][section]