arguments
This commit is contained in:
parent
1857f0e1b0
commit
80e76995a5
5 changed files with 21 additions and 18 deletions
6
local.py
6
local.py
|
@ -8,9 +8,9 @@ import repository
|
|||
|
||||
|
||||
class Local(repository.Repository):
|
||||
def __init__(self, args):
|
||||
super().__init__(args[arguments.DIRECTORY])
|
||||
self.temporary = args[arguments.TEMPORARY]
|
||||
def __init__(self):
|
||||
super().__init__(arguments.directory)
|
||||
self.temporary = arguments.temporary
|
||||
self.load()
|
||||
|
||||
def load(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue