Skip to content
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

With one letter, fix a subtle configuration bug #13329

Merged
merged 1 commit into from Feb 17, 2016

Conversation

mulhearn
Copy link
Contributor

The configuration in L1TGlobal was failing when taken from the release, but working when local.

The configuration files all used edm::FileInPath(...) properly, so what gives?

It turns out a config files was being opened as fstream (instead of ifstream). When local, with write access, this works. When in release, this fails, due to no write access.

This is my first one letter pull request.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mulhearn for CMSSW_8_0_X.

It involves the following packages:

L1Trigger/L1TGlobal

@cmsbuild, @mulhearn, @davidlange6 can you please review it and eventually sign? Thanks.
@Martin-Grunewald this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

davidlange6 added a commit that referenced this pull request Feb 17, 2016
With one letter, fix a subtle configuration bug
@davidlange6 davidlange6 merged commit 66fa865 into cms-sw:CMSSW_8_0_X Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants