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
datafile.set({
# if we do not give `label`, it would use the local filename
'label': remote_path.name,
# the model enforces this property, despite `label` being the
# effective setter, and despite it being ignore and replaced
# we the local filename
'filename': remote_path.name,
'directoryLabel': str(remote_path.parent),
'pid': self._dsid,
})
It appears that directoryLabel gets ignore with pyDataverse==0.3.3