From f97f3792b1c6ebe08dcda8b552354b7d620082bc Mon Sep 17 00:00:00 2001 From: Pranav Anbarasu Date: Tue, 24 Oct 2023 21:08:28 +0000 Subject: [PATCH] Organize code --- sts_synindex_external.R | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sts_synindex_external.R b/sts_synindex_external.R index 631271a..a43b618 100644 --- a/sts_synindex_external.R +++ b/sts_synindex_external.R @@ -231,7 +231,11 @@ if(nrow(synapse_manifest_to_upload) > 0){ parentId = tmp$parent, name = new_fileName) - f <- synStore(f, activity = "Indexing", activityDescription = "Indexing external parquet datasets", used = PARQUET_FOLDER_INTERNAL, executed = latest_commit_tree_url) + f <- synStore(f, + activity = "Indexing", + activityDescription = "Indexing external parquet datasets", + used = PARQUET_FOLDER_INTERNAL, + executed = latest_commit_tree_url) } }