Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertucker202 committed Feb 12, 2019
1 parent e9051c6 commit ef19897
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions add-profiles/no_dl_from_tmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

if __name__ == '__main__':
ncFileDir = 'tmp'

format_logger('no_dl_tmp.log', level=logging.WARNING)
basinPath = os.path.join(os.path.pardir, 'basinmask_01.nc')
logging.warning('Start of log file')
Expand All @@ -27,13 +27,13 @@
ad = argoDatabase(dbName,
'profiles',
replaceProfile=True,
qcThreshold='1',
qcThreshold='1',
dbDumpThreshold=1000,
removeExisting=False
basinFilename=basinPath,
removeExisting=False,
basinFilename=basinPath,
addToDb=True,
removeAddedFileNames=True)

files = ad.get_file_names_to_add(ncFileDir)
run_parallel_process(ad, files, ncFileDir, npes)
logging.warning('setting date updated to: {}'.format(tf.todayDate))
Expand Down

0 comments on commit ef19897

Please sign in to comment.