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 540b057 commit cdeb08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/screencast_keys_test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def setUpClass(cls):
if check_version(4, 2, 0) >= 0:
cls.package_name = "bl_ext.user_default." + cls.package_name
print(bpy.app.version)
print(check_version(4, 2, 0))

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

0 comments on commit cdeb08c

Please sign in to comment.