diff --git a/dvc/main.py b/dvc/main.py index 5c8dc10dec..829908af6b 100644 --- a/dvc/main.py +++ b/dvc/main.py @@ -62,7 +62,9 @@ def main(argv=None): logger.exception( "too many open files, please visit " "{} to see how to handle this " - "problem".format(format_link("https://error.dvc.org/many-files")), + "problem".format( + format_link("https://error.dvc.org/many-files") + ), extra={"tb_only": True}, ) else: