commit | 99321cd538b06f1d809c4d8311e1a9ec1acaa485 | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Thu Feb 27 13:16:53 2020 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Thu Feb 27 13:16:53 2020 +0530 |
tree | 758e92f7bb0016f152932262763004517dd58e83 | |
parent | e29d5c1d5ba079f4972d526b2381ec44809e6e12 [diff] [blame] |
fix: conflicts
diff --git a/erpnext/utilities/bot.py b/erpnext/utilities/bot.py index 23e1dd4..0e5e95d 100644 --- a/erpnext/utilities/bot.py +++ b/erpnext/utilities/bot.py
@@ -36,4 +36,4 @@ return "\n\n".join(out) else: - return _("Did not find any item called {0}".format(item)) \ No newline at end of file + return _("Did not find any item called {0}").format(item) \ No newline at end of file