Bug 602147 - 'GitNode' object has no attribute 'log'
Summary: 'GitNode' object has no attribute 'log'
Keywords:
Status: CLOSED DUPLICATE of bug 580702
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: trac-git-plugin
Version: el5
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-09 09:23 UTC by Ferry Huberts
Modified: 2013-01-10 06:00 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-02 08:44:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch (311 bytes, patch)
2010-06-09 09:23 UTC, Ferry Huberts
no flags Details | Diff

Description Ferry Huberts 2010-06-09 09:23:19 UTC
Created attachment 422483 [details]
patch

Description of problem:
Sometimes an exception is thrown:
  'GitNode' object has no attribute 'log'

Version-Release number of selected component (if applicable):
trac-git-plugin 0.0.1-5.20090628svn3369.el5

How reproducible:
on some repositories always, on others never.

Steps to Reproduce:
1. browse source via trac on an affected repository
2.
3.
  
Actual results:
exception trace

Expected results:
normal source browsing

Additional info:
The exception is thrown because self.log is accessed in a GitNode object while that object has no log.

As it's a debug log only, we can easily get rid of it.
I wrote a patch to do just that

Comment 1 Ferry Huberts 2010-06-09 09:35:15 UTC
from what I can see now it is reproducible on repositories that use submodules

Comment 2 Ferry Huberts 2011-07-02 08:44:59 UTC

*** This bug has been marked as a duplicate of bug 580702 ***


Note You need to log in before you can comment on or make changes to this bug.