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

Improve readability of conddb console output #16187

Merged
merged 1 commit into from Oct 18, 2016

Commits on Oct 12, 2016

  1. Improve readability of conddb console output

    When a multi-line field is printed on the console, the output
    is severely compromised, to the point of being non-readable.
    The problem is due to the non correct handling of
    line-breaks. This PR cures the problem using native str
    methods. The special character '+' has been used to indicate
    that the original field was a multi-line field. The choice
    was completely arbitrary. Limited testing has been
    performed, but on the pathological case, the correct
    behaviour is restored. To test use, e.g.:
    *
    * conddb search SiStripDQMTrigger
    *
    before and after this patch.
    rovere committed Oct 12, 2016
    Copy the full SHA
    b6734a8 View commit details
    Browse the repository at this point in the history