Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def ltrace_proc(self, t, **kwargs):
b = archr.arsenal.LTraceBow(t)
with b.fire_context(trace_args=LTRACE_ARGS, **kwargs) as flight:
sleep(1)
flight.process.terminate()
return flight.result