Skip to content

Commit

Permalink
main: point to error.dvc.org after too many open files error
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Jan 15, 2020
1 parent d386237 commit 0fcbfd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dvc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fcbfd0

Please sign in to comment.