git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55035 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -361,7 +361,7 @@ class Info(object):
"""Remove vector map"""
if self.is_open():
self.close()
- functions.remove(vect=self.name)
+ functions.remove(self.name,'vect')
def build(self):
"""Close the vector map and build vector Topology"""