Skip to content
Snippets Groups Projects
Commit 987e27ea authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix compatibility issue

parent 49a1ddb7
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ def bring_online(ctx: Union[RestContext, gfal2.Gfal2Context], surls, pin_time, r ...@@ -83,7 +83,7 @@ def bring_online(ctx: Union[RestContext, gfal2.Gfal2Context], surls, pin_time, r
@context_decorator @context_decorator
def release(ctx: Union[RestContext, gfal2.Gfal2Context], surls, token): def release(ctx: Union[RestContext, gfal2.Gfal2Context], surls, token):
return ctx.release(surls, token) return ctx.unpin(surls)
@context_decorator @context_decorator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment