fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] lcd seems broken


From: Ronan Amicel
Subject: Re: [Fab-user] lcd seems broken
Date: Wed, 30 Sep 2015 23:24:43 +0200

Hi,

Try this:

    with lcd('/tmp'):
        local('pwd')

And this:

    with lcd('/non/existing'):
        local('pwd')

Hope this helps.

On Tue, Sep 29, 2015 at 8:14 PM, Paul Hoffman <address@hidden> wrote:
> ...but maybe it is just me.
>
> print(os.getcwd())
> with lcd("/usr/bin"):
>   print(os.getcwd())
>
> ...prints the same location name twice, and it is clear that the cd didn't
> happen.
>
> print(os.getcwd())
> with lcd("/does/not/exist"):
>   print(os.getcwd())
>
> ...prints the same location name twice. lcd doesn't throw an error, which I
> would have thought it would.
>
> Is this what is expected?
>
> --Paul Hoffman
>
> _______________________________________________
> Fab-user mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/fab-user
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]