remove unnecessary join()
This commit is contained in:
parent
85587db73e
commit
b544f80e13
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ class Buildozer(object):
|
|||
|
||||
@property
|
||||
def root_dir(self):
|
||||
return realpath(join(dirname(self.specfilename)))
|
||||
return realpath(dirname(self.specfilename))
|
||||
|
||||
@property
|
||||
def buildozer_dir(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue