Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
stray comma
  • Loading branch information
tonygardella committed Dec 8, 2016
1 parent 2ad3646 commit 46d10dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/R/convert.input.R
Expand Up @@ -42,7 +42,7 @@ convert.input <- function(input.id, outfolder, formatname, mimetype, site.id, st
enddate = end_date,
con = con,
hostname = host$name,
exact.dates = TRUE,
exact.dates = TRUE
)


Expand Down Expand Up @@ -139,8 +139,8 @@ convert.input <- function(input.id, outfolder, formatname, mimetype, site.id, st

existing.dbfile <- dbfile.input.check(siteid = site.id,
mimetype = mimetype,
formatname = formatname,
parentid = input.id,
formatname = formatname,
parentid = input.id,
startdate = start_date,
enddate = end_date,
con = con,
Expand Down

0 comments on commit 46d10dc

Please sign in to comment.