Do not display warning message if -n or count is set

Someone using the count option is already aware of the limitations. The
warning is useless.
This commit is contained in:
Florent 2014-05-06 17:05:06 +02:00
commit 2915a04eba
2 changed files with 5 additions and 2 deletions

View file

@ -167,7 +167,6 @@ class ReplApplication(Cmd, ConsoleApplication):
self._parser.add_option_group(formatting_options)
self._interactive = False
self._is_default_count = True
self.working_path = WorkingPath()
self._change_prompt()