Skip to content

Commit

Permalink
some more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Oct 19, 2023
1 parent 632221b commit 03ddc3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/galaxy/tpv/tool_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ tools:
pass
remote_resource_destination = [d.dest_name for d in mapper.destinations.values() if any(d.tpv_dest_tags.filter(tag_value=remote_resource_tag))]
user is not None and not remote_resource_destination:
retval = True
if not remote_resource_destination:
retval = True
retval
fail: |
Invalid 'Remote resources id' selected in the config menu under 'User -> Preferences -> Manage Information'. Please reselect either 'default' or an appropriate remote resource.
Expand Down

0 comments on commit 03ddc3b

Please sign in to comment.