Coda Distributed File System
Classes | Functions
util Namespace Reference

Classes

class  ExecutionError
 

Functions

None run (*str args, **dict[str, Any] kwargs)
 
str check_output (*str args, **dict[str, Any] kwargs)
 

Function Documentation

◆ check_output()

str util.check_output ( *str  args,
**dict[str, Any]  kwargs 
)
Locate command and run it with the given arguments, returning output

◆ run()

None util.run ( *str  args,
**dict[str, Any]  kwargs 
)
Locate command and run it with the given arguments