Resource stage: no space before colon (#28560)
This commit is contained in:
parent
a8b1f531cc
commit
9c69e1dc9e
@ -694,8 +694,8 @@ def _add_to_root_stage(self):
|
|||||||
source_path = os.path.join(self.source_path, key)
|
source_path = os.path.join(self.source_path, key)
|
||||||
|
|
||||||
if not os.path.exists(destination_path):
|
if not os.path.exists(destination_path):
|
||||||
tty.info('Moving resource stage\n\tsource : '
|
tty.info('Moving resource stage\n\tsource: '
|
||||||
'{stage}\n\tdestination : {destination}'.format(
|
'{stage}\n\tdestination: {destination}'.format(
|
||||||
stage=source_path, destination=destination_path
|
stage=source_path, destination=destination_path
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user