Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception when freeing data #277

Closed
rpanah opened this issue Feb 27, 2017 · 0 comments
Closed

exception when freeing data #277

rpanah opened this issue Feb 27, 2017 · 0 comments
Assignees
Labels

Comments

@rpanah
Copy link
Collaborator

rpanah commented Feb 27, 2017

ERROR: Error running Centinel: local variable 'data' referenced before assignment
Traceback (most recent call last):
  File "/home/xxx/centinel/centinel/vpn/cli.py", line 315, in scan_vpns
    client.run()
  File "/home/xxx/centinel/centinel/client.py", line 209, in run
    self.run_exp(name=python_exp, exp_config=exp_config, schedule_name=name)
  File "/home/xxx/centinel/centinel/client.py", line 416, in run_exp
    del data
UnboundLocalError: local variable 'data' referenced before assignment
@rpanah rpanah added the bug label Feb 27, 2017
@rpanah rpanah self-assigned this Feb 27, 2017
@rpanah rpanah closed this as completed in 07682be Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant