Skip to content

Commit

Permalink
pcp-ps: fixed Using variable 'manager' before assignment build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
orasagar committed Sep 19, 2024
1 parent fd96ade commit 3bdd209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pcp/ps/pcp-ps.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ def __get_ncpu(self, group):
return group['hinv.ncpu'].netValues[0][2]

def __print_report(self, timestamp, header_indentation, value_indentation,interval_in_seconds):
manager = self.group
metric_repository = ReportingMetricRepository(self.group)
process_report = ProcessStatus(manager, metric_repository)
process_filter = ProcessFilter(ProcessStatOptions)
Expand Down

0 comments on commit 3bdd209

Please sign in to comment.