Skip to content

Commit 0f56d31

Browse files
committed
Merge pull request #184 from UV-CDAT/devel
Update metadiags with parseCmdLine
2 parents 75e6c03 + a414e60 commit 0f56d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/frontend/metadiags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def postDB(fts, dsname, package, host=None):
525525
### The driver part of the script
526526
if __name__ == '__main__':
527527
opts = Options()
528-
opts.processCmdLine()
528+
opts.parseCmdLine()
529529
opts.verifyOptions()
530530

531531
if opts['package'] == None or opts['package'] == '':

0 commit comments

Comments
 (0)