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
|
||||
while run:
|
||||
if ask and _ask("Do you want to run %s?" % (filename), [ "yes", "no" ]) == "no":
|
||||
run = False
|
||||
continue
|
||||
|
||||
_separator(termsize)
|
||||
@ -123,3 +124,4 @@ def main():
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user