Re: child.before taking almost 1 minute to execute

2016-02-25 Thread sruthi223
On Wednesday, February 24, 2016 at 4:10:13 PM UTC-5, Gregory Ewing wrote: > pyfreek wrote: > > The following snippet alone is taking 1 minute to execute. is there any > > best way to find 'No such file' other than using child.before > > > > if not scrutinFile.startswith('/') : > >

Re: child.before taking almost 1 minute to execute

2016-02-25 Thread sruthi223
On Wednesday, February 24, 2016 at 3:59:01 PM UTC-5, Emile van Sebille wrote: > On 2/24/2016 7:42 AM, pyfreek wrote: > > The following snippet alone is taking 1 minute to execute. is there any > > best way to find 'No such file' other than using child.before > > > > if not scrutin

Re: child.before taking almost 1 minute to execute

2016-02-24 Thread Gregory Ewing
pyfreek wrote: The following snippet alone is taking 1 minute to execute. is there any best way to find 'No such file' other than using child.before if not scrutinFile.startswith('/') : scrutinFile = '/'+ scrutinFile scrutinFileFtp = direc

Re: child.before taking almost 1 minute to execute

2016-02-24 Thread Emile van Sebille
On 2/24/2016 7:42 AM, pyfreek wrote: The following snippet alone is taking 1 minute to execute. is there any best way to find 'No such file' other than using child.before if not scrutinFile.startswith('/') : scrutinFile = '/'+ scrutinFile

child.before taking almost 1 minute to execute

2016-02-24 Thread pyfreek
The following snippet alone is taking 1 minute to execute. is there any best way to find 'No such file' other than using child.before if not scrutinFile.startswith('/') : scrutinFile = '/'+ scrutinFile scrutinFileFtp = directory + scrutinFil