Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
90a076b1
Commit
90a076b1
authored
Apr 10, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patches python linecache ?
parent
b7c4f38b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
product/ERP5Type/patches/python.py
product/ERP5Type/patches/python.py
+1
-0
No files found.
product/ERP5Type/patches/python.py
View file @
90a076b1
...
@@ -208,6 +208,7 @@ def patch_linecache():
...
@@ -208,6 +208,7 @@ def patch_linecache():
self
.
filename
=
filename
self
.
filename
=
filename
self
.
body
=
body
self
.
body
=
body
def
get_source
(
self
,
name
,
*
args
,
**
kw
):
def
get_source
(
self
,
name
,
*
args
,
**
kw
):
assert
self
.
filename
==
name
return
self
.
body
return
self
.
body
assert
'__loader___'
not
in
module_globals
assert
'__loader___'
not
in
module_globals
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment