I cannot find any typo.
Here is a copied output from shell including the git hash from which I 
installed python

(gc3pie) david@Schildi:~/Repos/gc3pie$ git rev-parse HEAD
b4a5fa7aff6a36a331d56ae6ae361624fb8526df
(gc3pie) david@Schildi:~/Repos/gc3pie$ cd ~
(gc3pie) david@Schildi:~$ python
Python 2.7.12 (default, Dec  4 2017, 14:50:18) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gc3libs import create_engine
>>> e = create_engine(retrieve_overwrites=True)
>>> e.retrieve_overwrites
False
>>> 


-----gc3pie@googlegroups.com schrieb: -----
An: gc3pie@googlegroups.com
Von: "Riccardo Murri" 
Gesendet von: gc3pie@googlegroups.com
Datum: 02.08.2018 17:42
Betreff: Re: [gc3pie] create_engine() fails to pass on constructor methods

It works for me::

>>> from gc3libs import create_engine
>>> e = create_engine(retrieve_overwrites=True)
>>> e.retrieve_overwrites
True

Are you sure there is no typo in your code? (E.g., `retrieve_overwrite`)
What version of the GC3Pie code are you running?

Ciao,
R

-- 
You received this message because you are subscribed to the Google Groups 
"gc3pie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gc3pie+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"gc3pie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gc3pie+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to