Exemple #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)
Exemple #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)
Exemple #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)
Exemple #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)