Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
895b9811
Commit
895b9811
authored
Aug 27, 2006
by
Stefan H. Holek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repaired malformed call to logging.warn.
Fixes
http://www.zope.org/Collectors/Zope/2176
parent
093e518d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/OFS/Application.py
lib/python/OFS/Application.py
+3
-3
No files found.
lib/python/OFS/Application.py
View file @
895b9811
...
...
@@ -671,9 +671,9 @@ def import_products():
for
priority
,
product_name
,
index
,
product_dir
in
products
:
if
done
.
has_key
(
product_name
):
LOG
.
warn
(
'Duplicate Product name
'
,
'After loading Product %s from %s,
\
n
'
'I skipped the one in %s.
\
n
'
%
(
LOG
.
warn
(
'Duplicate Product name
: '
'After loading Product %s from %s,
'
'I skipped the one in %s.'
%
(
`product_name`
,
`done[product_name]`
,
`product_dir`
)
)
continue
done
[
product_name
]
=
product_dir
...
...
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