Skip to content

Commit

Permalink
Fix API visibility bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Dec 6, 2017
1 parent e6eaec2 commit 4f8ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/verify/pipeline_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from __future__ import absolute_import, division, print_function

__all__ = ["ApPipeParser", "runApPipe"]
__all__ = ["ApPipeParser", "MeasurementStorageError", "runApPipe"]

import argparse
from future.utils import raise_from
Expand Down

0 comments on commit 4f8ce9a

Please sign in to comment.