Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 13, 2014
1 parent 84976a3 commit fd269b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/winutils.py
Expand Up @@ -87,6 +87,7 @@ def fix_all_git_symlinked(topdir):

# build src path and do some basic validation
with io.open(os.path.join(topdir, dst), 'r', encoding='utf-8') as f:
print(dst) # DEBUG
text = f.read()
dst_dir = os.path.dirname(dst)
try:
Expand Down

0 comments on commit fd269b9

Please sign in to comment.