typo
This commit is contained in:
parent
91ebd4193e
commit
dbce751225
@ -15,7 +15,7 @@ BUILD_ROOT = '/root/buildroot'
|
||||
LXC_ROOT = '/var/lib/lxc'
|
||||
|
||||
def pack(pkg_file):
|
||||
if os.path.is_dir(pkg_file):
|
||||
if os.path.isdir(pkg_file):
|
||||
pkg_file = os.path.join(pkg_file, 'pkg')
|
||||
# Prepare metadata
|
||||
meta = {}
|
||||
|
Loading…
Reference in New Issue
Block a user