Fix: Remove missed device parameter
Missed in ea7d07098b
Pull Request: https://projects.blender.org/blender/blender/pulls/133794
This commit is contained in:
@@ -555,7 +555,7 @@ class Report:
|
||||
silently_failed_tests = []
|
||||
all_files = list(blend_list(dirpath, self.blocklist))
|
||||
all_files.sort()
|
||||
if not list(blend_list(dirpath, self.device, [])):
|
||||
if not list(blend_list(dirpath, [])):
|
||||
print_message("No .blend files found in '{}'!".format(dirpath), 'FAILURE', 'FAILED')
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user