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
Kirill Smelkov
ZODB
Commits
bb00230a
Commit
bb00230a
authored
Mar 21, 2004
by
Stephane Fermingier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 'unknown identifiers' errors.
parent
3a7a90f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ZODB/fsrecover.py
src/ZODB/fsrecover.py
+2
-2
No files found.
src/ZODB/fsrecover.py
View file @
bb00230a
...
@@ -114,7 +114,7 @@ def read_txn_header(f, pos, file_size, outp, ltid):
...
@@ -114,7 +114,7 @@ def read_txn_header(f, pos, file_size, outp, ltid):
error
(
"time-stamp reducation %s < %s, at %s"
,
u64
(
tid
),
u64
(
ltid
),
pos
)
error
(
"time-stamp reducation %s < %s, at %s"
,
u64
(
tid
),
u64
(
ltid
),
pos
)
if
status
==
"c"
:
if
status
==
"c"
:
truncate
(
f
,
pos
,
file_size
,
outp
ut
)
truncate
(
f
,
pos
,
file_size
,
outp
)
raise
EOFError
raise
EOFError
if
status
not
in
" up"
:
if
status
not
in
" up"
:
...
@@ -226,7 +226,7 @@ def main():
...
@@ -226,7 +226,7 @@ def main():
opts
,
(
inp
,
outp
)
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
"fv:pP:"
)
opts
,
(
inp
,
outp
)
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
"fv:pP:"
)
except
getopt
.
error
:
except
getopt
.
error
:
die
()
die
()
print
__doc__
%
argv
[
0
]
print
__doc__
%
sys
.
argv
[
0
]
force
=
partial
=
verbose
=
0
force
=
partial
=
verbose
=
0
pack
=
None
pack
=
None
...
...
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