Skip to content
Snippets Groups Projects
Commit b4af8aec authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

add version field to repository

parent 823466ff
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ class Repository(object):
def __init__(self, config):
self.config = config
self.version = 1
if not config.offline:
try:
self.db = Database(config.dbpath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment