Skip to content

Commit

Permalink
make warning message look like git status output
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmohler committed Aug 27, 2014
1 parent e460e04 commit 26eefa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.py
Expand Up @@ -258,7 +258,7 @@ def all():
with open(link, 'r') as content:
delete = target == content.read()
if delete:
symlink_warnings.append('unsupported symlink {} removed'.format(link))
symlink_warnings.append('deleted: doc/{}'.format(link))
os.unlink(link)
else:
raise RuntimeError("doc/{} should be a directory or symlink -- it isn't")
Expand Down

0 comments on commit 26eefa4

Please sign in to comment.