New issue 3 by megabast: no attributes stat and utime for cacheManager
http://code.google.com/p/tsumufs/issues/detail?id=3
What steps will reproduce the problem?
1. When I create a file with "touch" command
What is the expected output? What do you see instead?
*** Unhandled exception occurred
Type: <type 'exceptions.AttributeError'>
Value: 'CacheManager' object has no attribute 'stat'
fusethread.py(884) in utime: result = tsumufs.cacheManager.stat(path, True)
If I comment the cacheMananager.stat call, another exception occured:
*** Unhandled exception occurred
Type: <type 'exceptions.AttributeError'>
Value: 'CacheManager' object has no attribute 'utime'
Traceback: /lib/tsumufs/fusethread.py(886) in utime:
tsumufs.cacheManager.utime(path, times)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings