Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Sep 30, 2024
1 parent bbf5879 commit 540b057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/screencast_keys_test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class TestBase(unittest.TestCase):
def setUpClass(cls):
if check_version(4, 2, 0) >= 0:
cls.package_name = "bl_ext.user_default." + cls.package_name
print(cls.package_name)
print(bpy.app.version)

if cls.submodule_name is not None:
print("\n======== Module Test: {}.{} ({}) ========"
Expand Down

0 comments on commit 540b057

Please sign in to comment.