files
This commit is contained in:
parent
f2a7490652
commit
1db8c559a2
3 changed files with 11 additions and 0 deletions
4
local.py
4
local.py
|
@ -29,6 +29,10 @@ class Local(repository.Repository):
|
|||
d[arch] = archive
|
||||
self.archives = d
|
||||
|
||||
def get_files(self, path):
|
||||
*_, files = next(os.walk(os.path.join(self.location, path)))
|
||||
return files
|
||||
|
||||
def get_temporary(self):
|
||||
return os.path.join(self.temporary,
|
||||
datetime.datetime.now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue