-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOSvc.Input property can't be set from CLI #241
Comments
The
I'm not sure if the problem here is that it's a vector of string because |
This will be fixed tomorrow in the nightlies @giovannimarchiori. Passing |
Hi @jmcarcell ,
|
Only |
I am setting up the working area like this:
I setup the environment with
I compile all packages I run with something like
where the steering script contains:
|
I am quite lost...
nonworking script:
To me IOSvc is configured the same way in the two scripts. Error message showing that IOSvc.Input is ignored:
|
That should be fixed in #243. |
I cannot pass to k4run the input files to process via --IOSvc.input blah.root. On the other hand IOSvc.output foo.root works like a charm. The difference between the two is that output is a string property while input is a vector property, so the problem seems to be in IOSvc parsing of vector<..>. Is there a special syntax to be used in the CLI that I am unaware of or is it a parsing problem in IOSvc?
Originally posted by @giovannimarchiori in #238 (comment)
The text was updated successfully, but these errors were encountered: