Skip to content

Commit 2ee3956

Browse files
author
Drew O'Meara
committed
spacbar drama awaits us all
1 parent eb19c67 commit 2ee3956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/traceback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RuntimeError: this is the error message
5252
func (tb *Traceback) TracebackDump(w io.Writer) {
5353
for ; tb != nil; tb = tb.Next {
5454
fmt.Fprintf(w, " File %q, line %d, in %s\n", tb.Frame.Code.Filename, tb.Lineno, tb.Frame.Code.Name)
55-
//fmt.Fprintf(w, " %s\n", "FIXME line of source goes here")
55+
//fmt.Fprintf(w, " %s\n", "FIXME line of source goes here")
5656
}
5757
}
5858

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy