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