MCPcopy
hub / github.com/pyload/pyload / _convertDB

Method _convertDB

module/database/DatabaseBackend.py:184–191  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

182 return v
183
184 def _convertDB(self, v):
185 try:
186 getattr(self, "_convertV%i" % v)()
187 except:
188 try:
189 self.core.log.error(_("Filedatabase could NOT be converted."))
190 except:
191 print "Filedatabase could NOT be converted."
192
193 #--convert scripts start
194

Callers 1

runMethod · 0.95

Calls 2

_Function · 0.50
errorMethod · 0.45

Tested by

no test coverage detected