From 947c270446322e8e543adc62f476f99f212b9f8f Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 24 Jan 2022 03:01:28 -0600 Subject: Resource stage: no space before colon (#28560) --- lib/spack/spack/stage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/stage.py b/lib/spack/spack/stage.py index a70614d6ea..2db705f8fa 100644 --- a/lib/spack/spack/stage.py +++ b/lib/spack/spack/stage.py @@ -704,8 +704,8 @@ class ResourceStage(Stage): 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 )) -- cgit v1.2.3-70-g09d2