We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de9d85 + afe9a1e commit ce1c57eCopy full SHA for ce1c57e
nixops/script_defs.py
@@ -40,7 +40,7 @@ def get_network_file(args: Namespace) -> NetworkFile:
40
network_dir: str = os.path.abspath(args.network_dir)
41
42
if not os.path.exists(network_dir):
43
- raise ValueError("f{network_dir} does not exist")
+ raise ValueError(f"{network_dir} does not exist")
44
45
classic_path = os.path.join(network_dir, "nixops.nix")
46
flake_path = os.path.join(network_dir, "flake.nix")
0 commit comments