Changeset 361

Show
Ignore:
Timestamp:
12/02/08 15:15:04 (1 month ago)
Author:
apdavison
Message:

Minor fix to srblib.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/utilities/srblib.py

    r312 r361  
    124124        else: 
    125125            full_path = path 
    126         print full_path 
     126        full_path = "/" + full_path.strip("/") 
     127        ##print full_path 
    127128        c = self._connection.id 
    128129        contents = [] 
     
    148149        path = self._root + self.pwd 
    149150        c = self._connection.id 
    150         print c, filename, path 
     151        ##print c, filename, path 
    151152        status = srb.obj_delete(c, filename, 0, path) 
    152153        if status < 0: