Skip to content

Commit

Permalink
chore: add error message URL
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 29, 2023
1 parent 831d2fa commit 18c9f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dask_awkward/lib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,8 @@ def map_meta(fn: ArgsKwargsPackedFunction, *deps: Any) -> ak.Array | None:
extras = f"function call: {fn}\n" f"metadata: {deps}\n"
log.warning(
f"metadata could not be determined from operating upon the "
f"input array metadata. Falling back to a legacy workaround. \n"
f"input array metadata. Falling back to a legacy workaround — "
f"please report this at https://github.com/dask-contrib/dask-awkward/issues. \n"
f"{extras}"
)
pass
Expand Down

0 comments on commit 18c9f1f

Please sign in to comment.