8000 Print the traceback. · python/cpython@d59e2af · GitHub
[go: up one dir, main page]

Skip to content

Commit d59e2af

Browse files
Print the traceback.
1 parent f1e5827 commit d59e2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: make check-limited-abi
114114
- name: Check for Unsupported C Global Variables
115115
if: github.event_name == 'pull_request' # $GITHUB_EVENT_NAME
116-
run: python3 Tools/c-analyzer/check-c-globals.py --format summary
116+
run: python3 Tools/c-analyzer/check-c-globals.py --format summary --traceback
117117

118118
build_win32:
119119
name: 'Windows (x86)'

0 commit comments

Comments
 (0)
0