Commit cff6c95a authored by Rohit Gupta's avatar Rohit Gupta

minor bug due to cleaning of old programs

parent 1fc405dd
......@@ -892,7 +892,7 @@ class oaiCleanOldProgramThread (threading.Thread):
self.ExmimoRfStop = ExmimoRfStop
def run(self):
try:
cleanOldPrograms(oai, CleanUpOldProgs, CleanUpAluLteBox, ExmimoRfStop)
cleanOldPrograms(self.oai, self.CleanUpOldProgs, self.CleanUpAluLteBox, self.ExmimoRfStop)
except Exception, e:
error=''
error = error + ' In class oaiCleanOldProgramThread, function: ' + sys._getframe().f_code.co_name + ': *** Caught exception: ' + str(e.__class__) + " : " + str( e)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment