Skip to content
Snippets Groups Projects
Commit bdb3b4af authored by Seblu's avatar Seblu
Browse files

set offline to false after creating a repository

parent 9924f0bf
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ class Repository(object):
gid=config.gid, mode=config.fmod)
# load database
self.db = Database(config.dbpath)
# mark repo as not offline
self.config.offline = False
# create/update last file
self.update_last()
......
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