[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fab-user] Error with arguments for local
From: |
Jeff Forcier |
Subject: |
Re: [Fab-user] Error with arguments for local |
Date: |
Thu, 21 May 2009 14:34:08 -0400 |
Hi Nicolas,
I'll check on this soon.
For sanity's sake, when you say "Fab master", you mean the one under
my account (bitprophet), right? I believe Christian's keeping his
pretty up to date but I don't believe it's automatic, so they may get
out of sync once in a while.
Best,
Jeff
On Thu, May 21, 2009 at 2:27 PM, Nicolas Steinmetz <address@hidden> wrote:
> Jeff, as mentionned on twitter :
> tetram:tutoriels nicolas$ fab -V
> Fabric 0.9a2
> tetram:tutoriels nicolas$ fab clean_all
> Traceback (most recent call last):
> File "build/bdist.macosx-10.5-i386/egg/fabric/main.py", line 417, in main
> File "/Users/nicolas/Documents/Projets/sphinx/tutoriels/fabfile.py", line
> 32, in clean_all
> local('rm -rf
> /Users/nicolas/Documents/Projets/sphinx/tutoriels/build/*')
> TypeError: local() takes no arguments (1 given)
> with :
> def clean_all():
> """
> delete old html files
> """
> local('rm -rf
> /Users/nicolas/Documents/Projets/sphinx/tutoriels/build/*')
> I cloned the master of fab yesterday evening (France time)
> Nicolas
> --
> Nicolas Steinmetz
> http://www.steinmetz.fr - http://nicolas.steinmetz.fr/
>
> _______________________________________________
> Fab-user mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/fab-user
>
>