mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
Formatting
This commit is contained in:
parent
19f14aa7aa
commit
0ab7e59f66
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ class UnitTesting(unittest.TestCase):
|
|||
lib_name_no_abi = stripLibraryABI(lib_name)
|
||||
with self.subTest(msg=os.path.basename(binary_filepath) + ' check'):
|
||||
self.assertTrue(lib_name_no_abi in ALLOWED_LIBS,
|
||||
"Error detected in {}: library used {}" . format(
|
||||
binary_filepath, lib_name))
|
||||
"Error detected in {}: library used {}" . format(
|
||||
binary_filepath, lib_name))
|
||||
|
||||
def checkDirectory(self, directory):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue