Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Jul 23, 2024
1 parent 6f03907 commit 22cf638
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cloudinit/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,10 @@ def _reflect_cur_instance(self):

self._write_to_cache()
if already_instancified and previous_ds == ds:
LOG.info("Not re-loading configuration, instance id and datasource have not changed.")
LOG.info(
"Not re-loading configuration, instance "
"id and datasource have not changed."
)
# Ensure needed components are regenerated
# after change of instance which may cause
# change of configuration
Expand Down

0 comments on commit 22cf638

Please sign in to comment.