File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def link():
5151 except PermissionError :
5252 sys .exit ("\n Error: failed to create symlink, operation not permitted." )
5353 else :
54- sys .exit ("Created symlink to {script_name} in {alternate_path}\n " .format (script_name = script_name , alternate_path = alternate_path ))
54+ sys .exit ("\n Created symlink to {script_name} in {alternate_path}\n " .format (script_name = script_name , alternate_path = alternate_path ))
5555 else :
5656 sys .exit ("\n Error: {alternate_path} not found on $PATH, aborting install.\n " .format (alternate_path = alternate_path ))
5757 else :
@@ -72,7 +72,7 @@ def unlink():
7272 except PermissionError :
7373 sys .exit ("\n Error: operation not permitted." )
7474 else :
75- print ("Unlinked {script_path_location}\n " .format (script_path_location = script_path_location ))
75+ print ("\n Unlinked {script_path_location}\n " .format (script_path_location = script_path_location ))
7676 else :
7777 sys .exit ("Aborting uninstall.\n " )
7878 else :
You can’t perform that action at this time.
0 commit comments