Closed sccolbert closed 9 years ago
This fixes what appears to be a typo. It seems the intent is to only initialize the global variables once. If that's the case, the pass should be a return.
pass
return
Yep, quite right. Thanks!
This fixes what appears to be a typo. It seems the intent is to only initialize the global variables once. If that's the case, the
pass
should be areturn
.