From 931ef1f2442b33f406ca81be00f8a9b912fd156a Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Fri, 12 May 2017 15:20:47 +0530 Subject: [PATCH] [minor] new line after install & reinstallation of new-site (#3262) --- frappe/utils/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/install.py b/frappe/utils/install.py index 066cb7b4ce..a557c48ff3 100644 --- a/frappe/utils/install.py +++ b/frappe/utils/install.py @@ -105,7 +105,7 @@ def import_country_and_currency(): country = frappe._dict(data[name]) add_country_and_currency(name, country) - print + print() # enable frequently used currencies for currency in ("INR", "USD", "GBP", "EUR", "AED", "AUD", "JPY", "CNY", "CHF"):