[O] Optimize if else
This commit is contained in:
parent
4be8be3a61
commit
a351a7c731
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def run_neofetch(preset: ColorProfile, alignment: ColorAlignment):
|
||||||
if platform.system() != 'Windows':
|
if platform.system() != 'Windows':
|
||||||
os.system(f'{get_command_path()} --ascii --source {path.absolute()} --ascii-colors')
|
os.system(f'{get_command_path()} --ascii --source {path.absolute()} --ascii-colors')
|
||||||
|
|
||||||
if platform.system() == 'Windows':
|
else:
|
||||||
cmd = get_command_path().replace("\\", "/").replace("C:/", "/c/")
|
cmd = get_command_path().replace("\\", "/").replace("C:/", "/c/")
|
||||||
path_str = str(path.absolute()).replace('\\', '/').replace('C:/', '/c/')
|
path_str = str(path.absolute()).replace('\\', '/').replace('C:/', '/c/')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue