Run black with --preview to fix pylint error

This commit is contained in:
alxjsn 2023-05-22 16:52:54 -05:00
parent 69b15adc62
commit c504591bae
No known key found for this signature in database

View file

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