mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Correct syntax error
This commit is contained in:
parent
218b914754
commit
01a21ec248
@ -429,7 +429,7 @@ class OsHandler(object):
|
||||
subfilename = subfilename[:-1]
|
||||
if subfilename[0] != '/':
|
||||
subfilename = os.path.join(os.path.dirname(pkglistfile), subfilename)
|
||||
retpkgs.extend(self.list_packages(subfilename)
|
||||
retpkgs.extend(self.list_packages(subfilename))
|
||||
else:
|
||||
retpkgs.append(pkg)
|
||||
return retpkgs
|
||||
|
Loading…
Reference in New Issue
Block a user