Skip to content
Snippets Groups Projects
user avatar
scott snyder authored
In python, if TFile.Get fails, it returns a null TObject object, which is
distinct from None.  So comparing the result of Get() against None is wrong;
better to use not or convert to a bool.

This bug caused peeking in certain old data files to fail.
Fixed.
3cb6c091
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..