This may have to be changed:
if offset != None :
self._srb.obj_seek(self._srbConnection.connID, self._fileId, offset,0) self._srb.obj_seek(self._srbConnection.connID, self._fileId, offset,0)
to something like
if offset != None: offset = 0 ...
Logged In: YES user_id=1343991
see codebase/kaihsu/AllHands2005/depositGromacs/deposit.py and codebase/kaihsu/AllHands2005/analysis.py
Log in to post a comment.
Logged In: YES
user_id=1343991
see codebase/kaihsu/AllHands2005/depositGromacs/deposit.py
and codebase/kaihsu/AllHands2005/analysis.py