File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ def nope(disp: TFileDisposition, reason: str) -> TFileDisposition:
313
313
return disp
314
314
315
315
if original_filename .startswith ('<' ):
316
- return nope (disp , "not a real original file name" )
316
+ return nope (disp , "original file name is not real " )
317
317
318
318
if frame is not None :
319
319
# Compiled Python files have two file names: frame.f_code.co_filename is
@@ -345,7 +345,7 @@ def nope(disp: TFileDisposition, reason: str) -> TFileDisposition:
345
345
# file names like "<string>", "<doctest readme.txt[0]>", or
346
346
# "<exec_function>". Don't ever trace these executions, since we
347
347
# can't do anything with the data later anyway.
348
- return nope (disp , "not a real file name " )
348
+ return nope (disp , "file name is not real " )
349
349
350
350
canonical = canonical_filename (filename )
351
351
disp .canonical_filename = canonical
You can’t perform that action at this time.
0 commit comments