Skip to content

Commit

Permalink
fix info in kcli product with baseplan
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Jan 17, 2019
1 parent 8788e71 commit 5ebcfbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kvirt/baseconfig.py
Expand Up @@ -549,6 +549,7 @@ def info_plan(self, inputfile, quiet=False, web=False, onfly=None):
if onfly is not None:
common.fetch("%s/%s" % (onfly, parameters[parameter]), '.')
baseplan = parameters[parameter]
baseplan = "%s/%s" % (os.path.dirname(inputfile), baseplan)
self.info_plan(baseplan, quiet=True)
print()
else:
Expand Down

0 comments on commit 5ebcfbf

Please sign in to comment.