Replies: 1 comment 2 replies
-
Short answer: put the file name in a For more details, the thread where we discussed the design of this is #79. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to read an object which has colon in its name. So doing something like:
data = up.open("path/to/file.root")["that:histo:with:colon:in:the:middle"]
That exits with the following error:
How would I do that?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions