Skip to content

Commit e9bb679

Browse files
committed
Remove TODO from migration error message output
This will soon contain a reference to readthedocs.
1 parent 0578c8f commit e9bb679

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nixops/evaluation.py

-5
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ def eval_network(nix_expr: NetworkFile) -> NetworkEval:
145145
if result.get("storage") is None:
146146
raise MalformedNetworkError(
147147
"""
148-
TODO: improve this error to be less specific about conversion, and less
149-
about storage backends, and more about the construction of a network
150-
attribute value. link to docs about storage drivers and lock drivers.
151-
152-
153148
WARNING: NixOps 1.0 -> 2.0 conversion step required
154149
155150
NixOps 2.0 added support for multiple storage backends.

0 commit comments

Comments
 (0)