
The open() method of OS module don't have any keyword arguments and would fail with exceptions if **kwargs is passed. Instead, I have added mode as named argument with 0o777 as default mode for os.open() call Change-Id: I5628883f4fb5ef7f08944673b0e5cc09bc166540 Signed-off-by: Varun Mittal <varun.mittal@in.ibm.com>