Skip to content

Commit c16b8be

Browse files
committed
fix epilog setter
1 parent 9d9455c commit c16b8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_core/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def epilog(self):
3030
return "Available subcommands: %s" % " ".join(list_subcommands())
3131

3232
@epilog.setter
33-
def epilog(self):
33+
def epilog(self, x):
3434
"""Ignore epilog set in Parser.__init__"""
3535
pass
3636

0 commit comments

Comments
 (0)