Dnf #1

Merged
neillc merged 20 commits from dnf into master 2023-09-28 10:34:16 +10:00
Showing only changes of commit f4f85b92b5 - Show all commits

View file

@ -14,7 +14,7 @@ ND_PATH = "./network-config"
def parse_args(): def parse_args():
"""Parse the command line arguments""" """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() import pdb;pdb.set_trace()
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("--password", required=True) parser.add_argument("--password", required=True)