From e0be0d86836a02abad76e3abff5553b67b96a35a 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 df1f6761ac..0f22dbf274 100644 --- a/lib/spack/spack/stage.py +++ b/lib/spack/spack/stage.py @@ -694,8 +694,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-60-g2f50