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('/') :
> >
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
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
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
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