hide warning on test

pull/258/head
Joe Marshall 2024-01-26 19:52:10 +00:00 zatwierdzone przez GitHub
rodzic 57897eb0d8
commit 9a8f960508
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@ class BlenderCAMTest(unittest.TestCase):
return ''.join(list(diff)[:num_lines])
def execute_blender(self, blend_file):
command = f'blender -noaudio -b "{blend_file}" -P "{self.generator_path}"'
command = f'blender -noaudio -Wignore -b "{blend_file}" -P "{self.generator_path}"'
print(f"Executing: {command}")
subprocess.run(command, shell=True, check=True)