Commit 4d2ceb19 authored by Daniel Williams's avatar Daniel Williams
Browse files

Small correction to remove a stray bracket.

parent 672534e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ def download_nr(url):
            attempts += 1
            print type(e)

    return fname.strip(".gz")]
    return fname.strip(".gz")

class TestMinkeSources(unittest.TestCase):
    def setUp(self):