##// END OF EJS Templates
remove unnecessary yield
Paul Ivanov -
Show More
@@ -286,7 +286,7 b' def module_not_available(module):'
286 286 except ImportError:
287 287 mod_not_avail = True
288 288
289 yield mod_not_avail
289 return mod_not_avail
290 290
291 291 #-----------------------------------------------------------------------------
292 292 # Decorators for public use
General Comments 0
You need to be logged in to leave comments. Login now