We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb985 commit d419934Copy full SHA for d419934
src/robotlibcore.py
@@ -51,7 +51,7 @@ def _translation(translation: Optional[Path] = None):
51
try:
52
return json.load(file)
53
except json.decoder.JSONDecodeError:
54
- logger.warn(f"Could not find file: {translation}")
+ logger.warn(f"Could not convert json file {translation} to dictionary.")
55
return {}
56
else:
57
0 commit comments