GENI-NSF / geni-tools

Omni, stitcher, GCF sample aggregate manager, and other GENI tools.
Other
11 stars 15 forks source link

undefined variable "verfied" in use at geni-tools/src/gcf/geni/util/speaksfor_util.py #896

Open hussamnasir opened 8 years ago

hussamnasir commented 8 years ago

Line 126 uses an object called "verified" that has not been defined/assigned before being referenced. This is not a blocker for us.

tcmitchell commented 8 years ago

It looks like this code is similar to code in credential.py, and needs some adjusting due to sloppy cut/paste.

@hussamnasir do you have a test case, by chance, that might help demonstrate the bug and verify a fix?

hussamnasir commented 8 years ago

Sorry no test cases here since i accidently ran into this while my code that calls omni was buggy.