Skip to content
Snippets Groups Projects

Best reco hits events

Merged Zineb Aly requested to merge best-reco-hits-events into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -313,7 +313,7 @@ class Reader:
do not contain data. Therefore, the keys corresponding to these
fake branches are not read.
"""
keys = set(self.keys.valid_keys)
keys = self.keys.valid_keys
if key not in keys and not isinstance(key, int):
raise KeyError(
"'{}' is not a valid key or is a fake branch.".format(key))
@@ -334,7+334,7 @@
Class
OfflineKeys.
"""
if self._keys is None:
self._keys = OfflineKeys(self._file_path)
return self._keys
Loading