refactor error hint printing to be DRYer

This commit is contained in:
Nick Sweeting
2019-03-08 16:25:15 -05:00
parent bd2cef7fdd
commit b2ccb7dbcb
3 changed files with 121 additions and 122 deletions

View File

@@ -8,14 +8,12 @@ from distutils.dir_util import copy_tree
from config import (
OUTPUT_DIR,
TEMPLATES_DIR,
OUTPUT_PERMISSIONS,
ANSI,
GIT_SHA,
FOOTER_INFO,
)
from util import (
chmod_file,
wget_output_path,
derived_link_info,
pretty_path,
check_link_structure,