Ejemplo n.º 1
0
 def fetch_sqlite_db(self):
     """Download a SQLite version of the CRDS catalog from the server."""
     log.info("Downloading CRDS catalog database file.")
     with log.warn_on_exception("Failed updating local CRDS database"):
         db_path = api.get_sqlite_db(self.observatory)
         log.info("Sqlite3 database file downloaded to:", db_path)
Ejemplo n.º 2
0
 def fetch_sqlite_db(self):
     """Download a SQLite version of the CRDS catalog from the server."""
     path = api.get_sqlite_db(self.observatory)
     log.info("SQLite database file downloaded to:", path)
Ejemplo n.º 3
0
 def fetch_sqlite_db(self):
     """Download a SQLite version of the CRDS catalog from the server."""
     log.info("Downloading CRDS catalog database file.")
     with log.warn_on_exception("Failed updating local CRDS database"):
         db_path = api.get_sqlite_db(self.observatory)
         log.info("Sqlite3 database file downloaded to:", db_path)
Ejemplo n.º 4
0
 def fetch_sqlite_db(self):
     """Download a SQLite version of the CRDS catalog from the server."""
     path = api.get_sqlite_db(self.observatory)
     log.info("SQLite database file downloaded to:", path)