Skip to content

Commit

Permalink
Fix output of migration error message to not include internal paramet…
Browse files Browse the repository at this point in the history
…ers such as is_flake
  • Loading branch information
adisbladis committed Jul 7, 2021
1 parent b2b79b4 commit e14c835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixops/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def eval_network(nix_expr: NetworkFile) -> NetworkEval:
}
3. Rerun
"""
% nix_expr
% nix_expr.network
)

raw_eval = RawNetworkEval(**result)
Expand Down

0 comments on commit e14c835

Please sign in to comment.