path
This commit is contained in:
parent
a5c8873436
commit
0aec6573f8
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ DISTRIBUTION = 'distrib'
|
|||
class Distribution:
|
||||
def __init__(self, architecture):
|
||||
self.architecture = architecture
|
||||
self.path = os.sep.join([DISTRIBUTION, self.architecture.name])
|
||||
self.path = os.path.join(DISTRIBUTION, self.architecture.name)
|
||||
self.load()
|
||||
|
||||
def load(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue