Coverage: Don't complain about code that shouldn't run: def create_lut():

This commit is contained in:
Hugo van Kemenade 2023-10-05 21:27:18 +03:00
parent d4fd04982a
commit 0c767f0d7c

View File

@ -9,6 +9,8 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
# Don't complain about code that shouldn't run
def create_lut():
# Don't complain about debug code
if DEBUG: