Skip to content

Commit

Permalink
cleanup white space
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscardini committed Feb 23, 2023
1 parent 586743e commit 2ef878b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create_dump_file(tmp_dir, process_name, dump_type):
if dump_type == 'heap':
signal = '05'
if dump_type == 'cpu':
signal = '06'
signal = '06'

file_path = (tmp_dir +
"/" +
Expand Down

0 comments on commit 2ef878b

Please sign in to comment.