This commit is contained in:
Pradyun S. Gedam 2017-06-13 22:56:11 +05:30
parent b5bfca1004
commit a7d229d155
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class Configuration(object):
"""Returns the file with highest priority in configuration
"""
assert self.load_only is not None, \
"Need to be specified a file to be editing"
"Need to be specified a file to be editing"
try:
return self._get_parser_to_modify()[0]