mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
uncomment run return
This commit is contained in:
parent
5034768684
commit
8e4cb1d3b2
1 changed files with 3 additions and 3 deletions
|
@ -251,8 +251,8 @@ def run(
|
||||||
elif check_output:
|
elif check_output:
|
||||||
return p.stdout
|
return p.stdout
|
||||||
|
|
||||||
# else:
|
else:
|
||||||
# return ""
|
return ""
|
||||||
|
|
||||||
|
|
||||||
def get_hash(package_spec: Tuple[str, ...] | List[str], track_exe: bool) -> str:
|
def get_hash(package_spec: Tuple[str, ...] | List[str], track_exe: bool) -> str:
|
||||||
|
|
Loading…
Reference in a new issue