Skip to content

Commit 99ffc8a

Browse files
committed
os.environ not os.environb
1 parent cdb67f0 commit 99ffc8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'walk_stack', 'walk_tb', 'print_list']
2020

2121

22-
ENABLE_TRACEBACK_TIMESTAMPS = os.environb.get(b"PYTHON_TRACEBACK_TIMESTAMPS", b"") == b"1"
22+
ENABLE_TRACEBACK_TIMESTAMPS = os.environ.get("PYTHON_TRACEBACK_TIMESTAMPS", "") == "1"
2323

2424

2525
#

0 commit comments

Comments
 (0)