Actually allow to skip flavours
This commit is contained in:
parent
d872a99180
commit
54530ac202
2
run.py
2
run.py
@ -55,6 +55,7 @@ def rundir(termsize, settings, directory, validation_suffix, subfile="", ask=Fal
|
|||||||
run = True
|
run = True
|
||||||
while run:
|
while run:
|
||||||
if ask and _ask("Do you want to run %s?" % (filename), [ "yes", "no" ]) == "no":
|
if ask and _ask("Do you want to run %s?" % (filename), [ "yes", "no" ]) == "no":
|
||||||
|
run = False
|
||||||
continue
|
continue
|
||||||
|
|
||||||
_separator(termsize)
|
_separator(termsize)
|
||||||
@ -123,3 +124,4 @@ def main():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user