Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy PR, DO NOT MERGE #755

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###
afw
afw - testing
###

``afw`` is a package in the `LSST Science Pipelines <https://pipelines.lsst.io>`_.
Expand Down
4 changes: 4 additions & 0 deletions python/lsst/gdb/afw/printers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# flake8: noqa

import gdb
import math
import re
import sys
import lets_break_this_bad_boy

try:
debug # noqa: F821
Expand All @@ -12,6 +15,7 @@
argparse = None # we're using optparse



class GdbOptionParser(optparse.OptionParser):
"""A subclass of the standard optparse OptionParser for gdb

Expand Down
Loading