Skip to content

Commit

Permalink
STY #507
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 23, 2021
1 parent 65afc60 commit b6d2eb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apstools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
import sys
import threading
import time
import typing
import warnings
import zipfile

Expand Down Expand Up @@ -964,7 +965,8 @@ def _sort(uid):
else:
logger.warning(
"Could not find run %s in catalog %s with given search terms",
k, self.cat.name
k,
self.cat.name,
)
else:
if isinstance(cat, BlueskyMongoCatalog) and self.sortby == "time":
Expand Down

0 comments on commit b6d2eb2

Please sign in to comment.