Skip to content

Commit daeb479

Browse files
committed
make DatasetURI's str use uri
1 parent c1e8741 commit daeb479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geospaas/catalog/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Meta:
138138
]
139139

140140
def __str__(self):
141-
return '%s: %s'%(self.dataset, os.path.split(self.uri)[1])
141+
return self.uri
142142

143143
def protocol(self):
144144
return self.uri.split(':')[0]

0 commit comments

Comments
 (0)