Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Bieganski <[email protected]>
  • Loading branch information
sgizler and kbieganski authored Nov 22, 2023
1 parent 0be18bd commit 8429caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.gdbinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def invoke(self, arg_str, from_tty):
import verilator_jsontree as jsontree # pylint: disable=wrong-import-position
# jsontree import may fail so we do it here rather than in outer scope

# We abuse verilator_jsontree's arg parser to find arguments with nodes
# We hack `astsee_verilator`'s arg parser to find arguments with nodes
# After finding them, we replace them with proper files
jsontree_args = jsontree.parser.parse_args(gdb.string_to_argv(arg_str))
self._null_check(jsontree_args.file, jsontree_args.newfile)
Expand Down

0 comments on commit 8429caa

Please sign in to comment.