We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9455c commit c16b8beCopy full SHA for c16b8be
jupyter_core/command.py
@@ -30,7 +30,7 @@ def epilog(self):
30
return "Available subcommands: %s" % " ".join(list_subcommands())
31
32
@epilog.setter
33
- def epilog(self):
+ def epilog(self, x):
34
"""Ignore epilog set in Parser.__init__"""
35
pass
36
0 commit comments