mirror of
https://github.com/axiomatic-systems/Bento4.git
synced 2024-12-04 15:29:03 +00:00
fix lgtm warning
This commit is contained in:
parent
8b45750281
commit
17e26f74fa
@ -19,7 +19,7 @@ def build(ctx, clean = False):
|
||||
shutil.rmtree(target_dir, ignore_errors=True)
|
||||
try:
|
||||
os.makedirs(target_dir)
|
||||
except:
|
||||
except FileExistsError:
|
||||
pass
|
||||
with ctx.cd(target_dir):
|
||||
generator = ''
|
||||
|
Loading…
Reference in New Issue
Block a user