Skip to content

Commit

Permalink
fix logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Alan Weaver committed Dec 2, 2015
1 parent de07f80 commit f0aa038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydl/pydlspec2d/spec2d/combine1fiber.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def combine1fiber(inloglam, objflux, newloglam, objivar=None, verbose=False, **k
#
# Log
#
log.enable_warnings_logging()
# log.enable_warnings_logging()
if verbose:
log.setLevel('DEBUG')
#
Expand Down

0 comments on commit f0aa038

Please sign in to comment.