in service/app/engine.py [0:0]
def print_files_in_path(d): logging.warning(d) fs = absolute_file_paths(d) for f in fs: logging.warning(f)