Skip to content

Commit

Permalink
Remove TODO from migration error message output
Browse files Browse the repository at this point in the history
This will soon contain a reference to readthedocs.
  • Loading branch information
adisbladis committed Jul 7, 2021
1 parent e14c835 commit 3f7d77a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nixops/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ def eval_network(nix_expr: NetworkFile) -> NetworkEval:
if result.get("storage") is None:
raise MalformedNetworkError(
"""
TODO: improve this error to be less specific about conversion, and less
about storage backends, and more about the construction of a network
attribute value. link to docs about storage drivers and lock drivers.
WARNING: NixOps 1.0 -> 2.0 conversion step required
NixOps 2.0 added support for multiple storage backends.
Expand Down

0 comments on commit 3f7d77a

Please sign in to comment.