Skip to content

Commit

Permalink
I think the replacement issue is fixed now...
Browse files Browse the repository at this point in the history
  • Loading branch information
hswerdfe committed Mar 2, 2021
1 parent b068b95 commit 1403a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate_db_generations_sql.R
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ wbe_metadata_write <- function(lang = "fr",
#Encoding(newstr)

#Encoding(newstr[[32]])
md_tbls <- wbe_metadata_generation_tbl_list()
md_tbls <- wbe_metadata_generation_tbl_list(lang = lang)
# newstr <- gsub(pattern = "FOR_REPLACE_LIST_OF_TABLES", replacement = md_tbls, x = newstr)
#newstr <- str_replace( string = newstr, pattern = "FOR_REPLACE_LIST_OF_TABLES", replacement = md_tbls)
tmplt2[tmplt2 == "FOR_REPLACE_LIST_OF_TABLES"] <- md_tbls
Expand Down

0 comments on commit 1403a42

Please sign in to comment.