We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d3e18 commit 282623eCopy full SHA for 282623e
render50
@@ -120,7 +120,7 @@ def main():
120
if re.search(r"[*?\[\]]", expression):
121
msg = "No files matched the pattern '{}'".format(os.path.basename(expression))
122
else:
123
- msg = "File '{}' does not exist.".format(expression)
+ msg = "'{}' does not exist.".format(expression)
124
raise RuntimeError(msg)
125
paths += matches
126
0 commit comments