We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f304aaa commit 704fa28Copy full SHA for 704fa28
1 file changed
scripts/1-fetch/arxiv_fetch.py
@@ -269,9 +269,6 @@
269
# Runtime variables
270
QUARTER = os.path.basename(PATHS["data_quarter"])
271
272
-# Log the start of the script execution
273
-LOGGER.info("Script execution started.")
274
-
275
276
# parsing arguments function
277
def parse_arguments():
@@ -630,6 +627,7 @@ def query_arxiv(args):
630
627
631
628
def main():
632
629
"""Main function."""
+ LOGGER.info("Script execution started.")
633
args = parse_arguments()
634
shared.paths_log(LOGGER, PATHS)
635
shared.git_fetch_and_merge(args, PATHS["repo"])
0 commit comments