Skip to content

Commit 40bef60

Browse files
committed
Whitespace...
1 parent ecb9834 commit 40bef60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def link():
5353
sys.exit("Aborting install.\n")
5454
else:
5555
sys.exit("Aborting install.\n")
56-
56+
5757
def unlink():
5858
""" Removes symlink to transcode.py from $PATH
5959
"""
@@ -73,7 +73,7 @@ def unlink():
7373
else:
7474
sys.exit("Error: {script_path_location} exists on $PATH but is not a symlink, skipping uninstall.\n".format(script_path_location=script_path_location))
7575
sys.exit()
76-
76+
7777
parser = argparse.ArgumentParser(description="Manages $PATH symlink for transcode.py".format(sep=os.sep))
7878
install_group = parser.add_mutually_exclusive_group(required=True)
7979
install_group.add_argument("--install", action="store_true", help="install symlink to transcode.py on $PATH")

0 commit comments

Comments
 (0)