Skip to content

Commit

Permalink
Update machinarium-gdb.py: fix (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Sep 2, 2024
1 parent e13dba8 commit 7f88f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/machinarium/gdb/machinarium-gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class IgnoreErrorsCmd (gdb.Command):
This is primarily useful in scripts."""

def __init__ (self):
super (IgnoreErrorsCommand, self).__init__ ("ignore-errors",
super (IgnoreErrorsCmd, self).__init__ ("ignore-errors",
gdb.COMMAND_OBSCURE,
# FIXME...
gdb.COMPLETE_COMMAND)
Expand Down

0 comments on commit 7f88f2e

Please sign in to comment.