Code cleanups.

This commit is contained in:
Roberto Rosario
2017-01-28 22:56:52 -04:00
parent 562a9dea70
commit 914c5e7146
4 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
def skip_file_descriptor_check(func):
def func_wrapper(item):
item._skip_file_descriptor_test = True
return func(item)
return func_wrapper
def func_wrapper(item):
item._skip_file_descriptor_test = True
return func(item)
return func_wrapper