[DOCS] Fix --update-with-info-json message (#618)

* Fix --update-with-info-json message

* Run black with --preview to fix pylint error
This commit is contained in:
Alex Leahu 2023-05-22 20:43:12 -05:00 committed by GitHub
parent ec447cfbd7
commit ac5080f273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -316,8 +316,9 @@ def main() -> List[Tuple[Subscription, FileHandlerTransactionLog]]:
and not config.config_options.experimental.enable_update_with_info_json
):
raise ExperimentalFeatureNotEnabled(
"--update-with-info-json requires setting "
"configuration.experimental.update_with_info_json to True. This feature is ",
"--update-with-info-json requires setting"
" configuration.experimental.enable_update_with_info_json to True. This"
" feature is ",
"still being tested and has the ability to destroy files. Ensure you have a ",
"full backup before usage. You have been warned!",
)