Update: Added in breks for loops
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
8298de6558
commit
5562ba8188
|
@ -51,16 +51,19 @@ def check_build_type():
|
|||
check_path = Path(build_version)
|
||||
if check_path.is_file():
|
||||
process_deb_64_xfce()
|
||||
break
|
||||
elif build_version == Path('deb.32xfc'):
|
||||
check_path = Path(build_version)
|
||||
if check_path.is_file():
|
||||
process_deb_32_xfce()
|
||||
break
|
||||
elif build_version == Path('deb.armxfc'):
|
||||
check_path = Path(build_version)
|
||||
if check_path.is_file():
|
||||
process_deb_arm_xfce()
|
||||
break
|
||||
else:
|
||||
check_devuan_xfce()
|
||||
#check_devuan_xfce()
|
||||
print("Nothing to do")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue