On 24 September 2015 at 12:00, Lucian Musat <[email protected]>
wrote:

>          if os.path.islink(sshloglink):
>              os.unlink(sshloglink)
> +        elif os.path.isfile(sshloglink):
> +                os.remove(sshloglink)
>

So if sshloglink is a link or a file, delete it.   How is this different
from just deleting the file if it exists?

Ross
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to