diff --git a/pyproject.toml b/pyproject.toml index 147c6d4..825e679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "rda_python_miscs" -version = "1.0.3" +version = "1.0.4" authors = [ { name="Zaihua Ji", email="zji@ucar.edu" }, ] diff --git a/src/rda_python_miscs/gdexls.py b/src/rda_python_miscs/gdexls.py index 8b766a8..bf0fc19 100644 --- a/src/rda_python_miscs/gdexls.py +++ b/src/rda_python_miscs/gdexls.py @@ -170,7 +170,7 @@ def display_line(file, isdir): wfile = ms.group(1) getwfile = 0 if getwfile: - LINFO['dsid'] = PgUtil.find_dataset_id(file, logact = PgLOG.LOGWRN) + LINFO['dsid'] = PgUtil.find_dataset_id(file) if LINFO['dsid'] == None: return # skip for missing dsid pgrec = PgDBI.pgget("dataset", "title, (dwebcnt + nwebcnt) nc, (dweb_size + nweb_size) ns", "dsid = '{}'".format(LINFO['dsid']), PgLOG.LGEREX)