Resource stage: no space before colon (#28560)
This commit is contained in:
parent
1c12e964ac
commit
947c270446
1 changed files with 2 additions and 2 deletions
|
@ -704,8 +704,8 @@ def _add_to_root_stage(self):
|
|||
source_path = os.path.join(self.source_path, key)
|
||||
|
||||
if not os.path.exists(destination_path):
|
||||
tty.info('Moving resource stage\n\tsource : '
|
||||
'{stage}\n\tdestination : {destination}'.format(
|
||||
tty.info('Moving resource stage\n\tsource: '
|
||||
'{stage}\n\tdestination: {destination}'.format(
|
||||
stage=source_path, destination=destination_path
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in a new issue