Skip to content

local variable 'leaderboard_evaluator' referenced before assignment #160

Open
@dinuransika

Description

@dinuransika

image
I get the above error when trying to run the run_evaluation.sh. When I wrap the client.get_trafficmanager(int(args.trafficManagerPort)) in a try catch block like this I get the following error.

try:
      self.traffic_manager = self.client.get_trafficmanager(int(args.trafficManagerPort))
  except Exception as e:
      print(e)

image
Can someone tell me what's wrong there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions