Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Changes for version update (1.32.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Nov 4, 2022
1 parent d243c0f commit f4adbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def processes_loop_func():
process_exe = ps_output_line[exe_column_index:cmdline_column_index].strip()
else:
process_exe = "[Not Supported]"
processes_data_row.append()
processes_data_row.append(process_exe)
# Get process commandline.
if 18 in processes_treeview_columns_shown:
processes_data_row.append(ps_output_line[cmdline_column_index:].strip())
Expand Down

0 comments on commit f4adbe0

Please sign in to comment.