Fix hostname 3

This commit is contained in:
Neill Cox 2023-09-26 16:23:58 +10:00
parent 9832a6d4bb
commit f4f85b92b5

View file

@ -14,7 +14,7 @@ ND_PATH = "./network-config"
def parse_args():
"""Parse the command line arguments"""
template_path = pathlib.Path(__file__).parent / "virt-install"
template_path = pathlib.Path(__file__).parent.parent / "virt-install"
import pdb;pdb.set_trace()
parser = argparse.ArgumentParser()
parser.add_argument("--password", required=True)