Skip to content

Commit

Permalink
Merge pull request #3 from NCAR/Hua-work-dsarch
Browse files Browse the repository at this point in the history
Hua work dsarch
  • Loading branch information
zaihuaji authored Jan 30, 2025
2 parents e8c3c92 + f7dbd25 commit b84e21c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rda_python_dsarch"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Zaihua Ji", email="[email protected]" },
]
Expand Down
3 changes: 0 additions & 3 deletions src/rda_python_dsarch/dsarch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from rda_python_common import PgFile
from rda_python_common import PgUtil
from rda_python_common import PgOPT
from rda_python_common import PgDOCS
from rda_python_common import PgSIG
from rda_python_common import PgCMD
from rda_python_common import PgGLBS
Expand Down Expand Up @@ -302,8 +301,6 @@ def start_action(pgname, dsid):
elif PgOPT.PGOPT['ACTS'] == PgOPT.OPTS['TV'][0]:
ALLCNT = len(PgOPT.params['VI'])
terminate_version_info()
elif PgOPT.PGOPT['ACTS'] == PgOPT.OPTS['HD'][0]:
PgDOCS.process_docs(pgname, PgOPT.OPTS, PgOPT.ALIAS)
elif PgOPT.PGOPT['ACTS'] == PgOPT.OPTS['UC'][0]:
PgDBI.reset_rdadb_version(dsid)
if not (setds or PgOPT.PGOPT['CACT'] == 'SA'):
Expand Down

0 comments on commit b84e21c

Please sign in to comment.