mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
fixed indent error
This commit is contained in:
parent
dd1f196d4c
commit
992f7ce0f2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue