This commit is contained in:
Marc Beninca 2021-10-10 14:45:28 +02:00 committed by Marc Beninca
parent d0323aee9f
commit 0afc9d897c
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ import os
import msys
class Repository:
class Local:
def __init__(self, args):
self.directory = args[arguments.DIRECTORY]
self.temporary = args[arguments.TEMPORARY]