fixed indent error

This commit is contained in:
Clinton Hall 2013-02-16 18:01:21 -08:00
commit 992f7ce0f2

View file

@ -28,7 +28,7 @@ import os
# Private function to create link on nt-based systems
def _link_windows(src, dest):
try:
try:
subprocess.check_output(
['cmd', '/C', 'mklink', '/H', dest, src],
stderr=subprocess.STDOUT)