Skip to content

Commit 31770a2

Browse files
committed
Fix bug
1 parent 566c092 commit 31770a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/processes/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, name, action, is_active=True):
2020

2121
@property
2222
def name(self):
23-
return name
23+
return self.name
2424

2525
def measure(self, process):
2626
return str(self._action(process))

0 commit comments

Comments
 (0)