Skip to content

Commit

Permalink
DOC #507
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 24, 2021
1 parent 1e8b3ff commit 3ddeae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def _sort(uid):
sequence.append(k)
except Exception as exc:
logger.warning(
"Could not find run %s in catalog %s with given search terms: %s",
"Could not find run %s in search of catalog %s: %s",
k,
self.cat.name,
exc,
Expand Down

0 comments on commit 3ddeae3

Please sign in to comment.