Skip to content

Commit 4d81546

Browse files
AlexWaygoodcarljm
andauthored
Update conformance/tests/directives_version_platform.py
Co-authored-by: Carl Meyer <carl@oddbird.net>
1 parent 15d40a6 commit 4d81546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/directives_version_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test(a: int, b: str):
6666
this_raises = val10 # E?: `val10` is undefined, but support for `os.name` is optional
6767
does_not_raise = val11 # E? should not error if `os.name` control flow is supported, but might be flagged as possibly undefined otherwise
6868

69-
if os.name != "bogus_platform":
69+
if os.name != "bogus_os":
7070
val12 = ""
7171
else:
7272
val13 = ""

0 commit comments

Comments
 (0)