mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
Update lilv, lv2, serd, sord, sratom, and add suil.
This commit is contained in:
@@ -663,9 +663,15 @@ def update_outputs(cls):
|
||||
prev_sig=bld.task_sigs[self.uid()]
|
||||
if prev_sig==self.signature():
|
||||
for x in self.outputs:
|
||||
if not x.is_child_of(bld.bldnode):
|
||||
x.sig=Utils.h_file(x.abspath())
|
||||
if not x.sig or bld.task_sigs[x.abspath()]!=self.uid():
|
||||
return RUN_ME
|
||||
return SKIP_ME
|
||||
except OSError:
|
||||
pass
|
||||
except IOError:
|
||||
pass
|
||||
except KeyError:
|
||||
pass
|
||||
except IndexError:
|
||||
|
Reference in New Issue
Block a user