You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running "analyze_timelog" on a project that has piston Resources:
File ".../virtualenv/lib/python2.7/site-packages/timelog/lib.py", line 38, in view_name_from
view = "%s.%s" % (resolve(path).func.__module__, resolve(path).func.__name__)
AttributeError: 'Resource' object has no attribute '__name__'
adding --noreverse solves the problem.
The problem with piston is that
type(resolve(path).func) == Resource #and not function
The text was updated successfully, but these errors were encountered:
When running "analyze_timelog" on a project that has piston Resources:
adding --noreverse solves the problem.
The problem with piston is that
The text was updated successfully, but these errors were encountered: