Skip to content

Commit 44f2579

Browse files
committed
Update error message
1 parent e6cd68c commit 44f2579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reframe/core/pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,8 +2004,9 @@ def compile(self):
20042004

20052005
url = srcdir['url']
20062006
if not osext.is_url(url):
2007-
raise ReframeError(f'The {srcdir} syntax only supports '
2007+
raise ReframeError(f'The dictionary syntax only supports '
20082008
'git repositories')
2009+
20092010
self._clone_to_stagedir(url,
20102011
files=srcdir[url]['files'] if 'files'
20112012
in srcdir[url] else None,

0 commit comments

Comments
 (0)