Loading crossbow/crossbow.py +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ class crossbowMount(crossbowBase): - download_resource(package,resource,destination="./") copy the resource to a local destination - delete_resource(package,resource,delete_from_nfs=False) - delete_resource(package,resource) delete a resource from a package (Note: your api key must belong to a sysadmin or the owner of the resource to delete a resource) ''' Loading Loading
crossbow/crossbow.py +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ class crossbowMount(crossbowBase): - download_resource(package,resource,destination="./") copy the resource to a local destination - delete_resource(package,resource,delete_from_nfs=False) - delete_resource(package,resource) delete a resource from a package (Note: your api key must belong to a sysadmin or the owner of the resource to delete a resource) ''' Loading