Skip to content

Commit

Permalink
Bug fix in testSelectSdssImages.py
Browse files Browse the repository at this point in the history
Make sure noConnectionStr is defined
  • Loading branch information
r-owen committed Sep 13, 2016
1 parent 31b8630 commit 131253e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testSelectSdssImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
# Some of the tests require loading SDSS images from "lsst-db.ncsa.illinois.edu" and
# require a login name and password. If the test is unable to connect to the external data,
# some of the tests are skipped.
noConnectionStr = ""
noConnection = False
try:
DbAuth.username(config.host, str(config.port)),
Expand Down

0 comments on commit 131253e

Please sign in to comment.