mirror of
https://github.com/axiomatic-systems/Bento4.git
synced 2026-01-12 00:18:59 +08:00
fix lgtm warning
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user