Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions esmvalcore/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import argparse
import datetime
import errno
import glob
import logging
import os
import shutil
Expand Down Expand Up @@ -213,14 +212,6 @@ def process_recipe(recipe_file, config_user):
__version__, timestamp2.strftime(timestamp_format))
logger.info("Time for running the recipe was: %s", timestamp2 - timestamp1)

# Remind the user about reference/acknowledgement file
out_refs = glob.glob(
os.path.join(config_user['output_dir'], '*', '*',
'references-acknowledgements.txt'))
logger.info(
"For the required references/acknowledgements of these "
"diagnostics see:\n%s", '\n'.join(out_refs))


def run():
"""Run the `esmvaltool` program, logging any exceptions."""
Expand Down