Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError in
DQMServices/Demo/test/dqmiodumpentries.py
. Omit De…
…precationWarning of `getattr()`. | ROOT version | `getattr(f,"x")` | `f["x"]` | | ------------ | ---------------- | ----------- | | v6.30 | works | Not working | | v6.35 | works* | works | | v6.32 | works* | works | * This will display deprecation warning message
- Loading branch information