Skip to content

Commit

Permalink
indenting logs for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed Jan 14, 2023
1 parent 05c08f1 commit 65096f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ def create_inst_dict(file_filter, include_pseudo=False, include_pseudo_ops=[]):
# update the final dict with the instruction
if name not in instr_dict:
instr_dict[name] = single_dict
logging.debug(f' including pseudo_ops:{name}')
logging.debug(f' including pseudo_ops:{name}')
else:
logging.debug(f'Skipping pseudo_op {pseudo_inst} since original instruction {orig_inst} already selected in list')
logging.debug(f' Skipping pseudo_op {pseudo_inst} since original instruction {orig_inst} already selected in list')

# third pass if for imported instructions
logging.debug('Collecting imported instructions')
Expand Down

0 comments on commit 65096f2

Please sign in to comment.