Skip to content

Commit

Permalink
Clarify error message when fetching organization details
Browse files Browse the repository at this point in the history
  • Loading branch information
robsyme committed Oct 22, 2024
1 parent 545e550 commit 6f185e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/seqera_runs_dump/functions.nf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Map getRunMetadata(meta, log, api_endpoint, trustStorePath, trustStorePassword)
} catch (Exception ex) {
log.warn """
Could not get workflow details for workflow ${runId} in workspace ${meta.workspace}:
↳ From request to ${endpointUrl} (authentication headers excluded)
↳ From request to ${endpointUrl}
""".stripIndent()
log.error "Exception: ${ex.message}", ex
throw new nextflow.exception.ProcessException("Failed to get workflow details for workflow ${runId} in workspace ${meta.workspace}", ex)
Expand Down

0 comments on commit 6f185e7

Please sign in to comment.