Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joshua
zodb
Commits
bf2e6809
Commit
bf2e6809
authored
Oct 05, 2003
by
Jens Vagelpohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fix typo noted by Jeff Kowalczyk
parent
9d8b5394
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ZODB/Transaction.py
src/ZODB/Transaction.py
+2
-2
No files found.
src/ZODB/Transaction.py
View file @
bf2e6809
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Transaction management
$Id: Transaction.py,v 1.5
3 2003/10/02 22:48:07 tim_one
Exp $
$Id: Transaction.py,v 1.5
4 2003/10/05 14:25:11 jens
Exp $
"""
import
sys
from
thread
import
get_ident
as
_get_ident
...
...
@@ -426,7 +426,7 @@ class Transaction:
def
note
(
self
,
text
):
if
self
.
description
:
self
.
description
=
"%s
\
n
\
n
%s"
%
(
self
.
description
,
te
s
t
.
strip
())
self
.
description
=
"%s
\
n
\
n
%s"
%
(
self
.
description
,
te
x
t
.
strip
())
else
:
self
.
description
=
text
.
strip
()
...
...
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