Dnf #1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue