Skip to content

Commit 282623e

Browse files
committed
update error msg
1 parent 92d3e18 commit 282623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render50

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def main():
120120
if re.search(r"[*?\[\]]", expression):
121121
msg = "No files matched the pattern '{}'".format(os.path.basename(expression))
122122
else:
123-
msg = "File '{}' does not exist.".format(expression)
123+
msg = "'{}' does not exist.".format(expression)
124124
raise RuntimeError(msg)
125125
paths += matches
126126

0 commit comments

Comments
 (0)