[Sikuli-driver] [Bug 1486922] Re: File modified when opening

2015-08-20 Thread Graziano Previato
Could be a problem on the fileserver... I'm checking... -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1486922 Title: File modified when opening Status in Sikuli: New Bug description: I have

[Sikuli-driver] [Bug 1486922] [NEW] File modified when opening

2015-08-20 Thread Graziano Previato
Public bug reported: I have sikuly IDE 1.0.1 running on MacOSX 10.9 the procedure is the following: def GetSeq(): fl_seq=open('/Network/Servers/osxge1.acamarshipping.com/Users/gpreviato/src/AcroEmul/SeqRef.seq','r') str_seq=fl_seq.read() fl_seq.close() seq=int(str_seq) r