Open fgazelot opened 5 years ago
H David,
Do you have some mintues for check my issue ?
Best regards,
If you're attempting to create multiple Geolocations then it looks like the names of each of the Geo_Tests will need to be unique. Otherwise smc_python will look for the existing Geo_Test element and will update it instead of creating a new one.
Hi David,
I have to update or create a Geolocation element in SMC.
Using
ipython
, I notice that the requestupdate_or_create( with_status=True )
return alwaysupdated = True
after creation.This is the example :
I use this version of smc-python :
Did I miss a step?
Best regards,