Skip to content

Commit 90f4510

Browse files
author
Jerry
committed
Revise validation success message
1 parent ce191e2 commit 90f4510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def validate(self, raw):
147147
else:
148148
self.finish({
149149
'success': True,
150-
'details': f'Valid {smartapi.version} metadata.'
150+
'details': f'valid SmartAPI ({smartapi.version}) metadata.'
151151
})
152152

153153

0 commit comments

Comments
 (0)