You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would also expect Model.last to return a single object. I can change things so it does, but, in the interim, there is also a "one" method you can call that will return the last item.
last_sample = session.Sample.one()
print("{}: {}".format(last_sample.name, last_sample.description))
GS apater F: subpool adapter with linker for Agilent libraries
The
Model.last()
method returns a list. It seems like it should return a single object.produces
The text was updated successfully, but these errors were encountered: