Update error handling

Add additional examples
This commit is contained in:
LightArrowsEXE 2019-08-20 00:53:50 +02:00
parent 4a9462c11b
commit 239a257038

View file

@ -77,7 +77,7 @@ def main():
try:
src = core.std.Splice([src[slice(*trim)] for trim in trims])
except:
print("TypeError: Please make sure youre using a list for this function.\nFor example: -T \"[100,200],[300,400],[500,600]\"")
print("TypeError: Please make sure youre using a list for this function.\nFor example: -T \"[24,-24]\" , -T \"[None,30000]\",[None,-24]\", -T \"[None,16000],[16100,16200],[16300,None]\"")
return
if args.outfile: