Uncomment code commented for testing
This commit is contained in:
parent
9841ce70b4
commit
d117ff2de4
@ -102,10 +102,9 @@ def write_to_logfile(args, tag):
|
|||||||
def rip_to_tmp_dir(args) -> bool:
|
def rip_to_tmp_dir(args) -> bool:
|
||||||
"""Returns: success of command"""
|
"""Returns: success of command"""
|
||||||
command = create_rip_command(args, TMP_DIR)
|
command = create_rip_command(args, TMP_DIR)
|
||||||
# proc = subprocess.run(command, shell=True, capture_output=False)
|
proc = subprocess.run(command, shell=True, capture_output=False)
|
||||||
|
|
||||||
# return proc.returncode == 0
|
return proc.returncode == 0
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
def create_rip_command(args, dest):
|
def create_rip_command(args, dest):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user