From d8ce0c9c0774b46265cb40db0c85d112055e7da5 Mon Sep 17 00:00:00 2001 From: cr0hn Date: Thu, 18 Feb 2016 15:49:35 +0100 Subject: [PATCH] fix: minor fix to avoid future exceptions --- .idea/workspace.xml | 31 ++++++++++--------- .../modules/proc/proc_list_process.py | 1 + 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ff86c76..ff6aebf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,13 +1,9 @@ - - - + - - - + @@ -47,8 +43,8 @@ - - + + @@ -683,7 +679,13 @@ @@ -693,10 +695,10 @@ - + - + @@ -731,7 +733,8 @@ - @@ -1349,8 +1352,8 @@ - - + + diff --git a/enteletaor_lib/modules/proc/proc_list_process.py b/enteletaor_lib/modules/proc/proc_list_process.py index 6722032..984987d 100644 --- a/enteletaor_lib/modules/proc/proc_list_process.py +++ b/enteletaor_lib/modules/proc/proc_list_process.py @@ -90,6 +90,7 @@ def action_proc_list_process(config): continue # Extract function params + l_params = {} for i, l_p in enumerate(v): l_params = { 'param_position': i,