On Jun 10, 2012, at 10:36 PM, Ciara Ledero wrote:

> Hi all,
>  
> I checked basics.py after reading a similar post and saw this:
>  
>         self.ftp_upload_dir = kwargs.get( 'ftp_upload_dir', None )
>         self.ftp_upload_site = kwargs.get( 'ftp_upload_site', None )
> Can you guys tell me what the None part means?

Hi Ciara,

It means, effectively, that these options are disabled by default.  None is a 
built-in constant in Python:

http://docs.python.org/library/constants.html

--nate

>  
> Cheers,
>  
> CL
> ___________________________________________________________
> Please keep all replies on the list by using "reply all"
> in your mail client.  To manage your subscriptions to this
> and other Galaxy lists, please use the interface at:
> 
>  http://lists.bx.psu.edu/


___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Reply via email to