~openerp-dev/openobject-server/trunk-graph-schemas-fixes-xmo

« back to all changes in this revision

Viewing changes to openerp/tools/misc.py

[MERGE] check the type of the timezone parameter (prevent it to be True).

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
    if not prog:
160
160
        raise Exception('Couldn\'t find %s' % name)
161
161
    args2 = (prog,) + args
162
 
    
 
162
 
163
163
    return subprocess.call(args2)
164
164
 
165
165
def exec_pg_command_pipe(name, *args):