On Sunday, 2 September 2018 11:19:49 UTC-4, Jan Kiszka wrote: > On 2018-08-30 02:55, Christopher Goldsworthy wrote: > > diff --git a/tools/jailhouse-hardware-check b/tools/jailhouse-hardware-check > > index 1c7d1b9..a3009b0 100755 > > --- a/tools/jailhouse-hardware-check > > +++ b/tools/jailhouse-hardware-check > > @@ -17,6 +17,11 @@ import os > > import struct > > import sys > > > > +sys.path[0] = os.path.dirname(os.path.abspath(__file__)) + "/.." > > +import pyjailhouse.sysfs_parsers as sysfs_parser > ^^^^^^^ > Untested...? ;) > > > Thanks > Jan
Of course it was tested :) . What seems incorrect? -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
