Docs: add code-comment that bl_blendfile_versioning can fail randomly

This commit is contained in:
Campbell Barton
2024-09-13 14:15:40 +10:00
parent 38bb6c22a0
commit e79b901cc5

View File

@@ -3,6 +3,12 @@
# SPDX-License-Identifier: Apache-2.0
# ./blender.bin --background --python tests/python/bl_blendfile_versioning.py ..
# WARNING(@ideasman42): some blend files causes the tests to fail (seemingly) at random (on Linux & macOS at least).
# Take care when adding new files as they may break on other platforms, frequently but not on every execution.
#
# This needs to be investigated!
import os
import platform
import sys