Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model_population.py
diff options
context:
space:
mode:
Diffstat (limited to 'model_population.py')
-rw-r--r--model_population.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model_population.py b/model_population.py
index 2af2a09..c9eea65 100644
--- a/model_population.py
+++ b/model_population.py
@@ -274,7 +274,7 @@ def read_file(file_path):
if os.path.isfile(file_path):
in_file = None
try:
- ka_debug.info('in_file [%s]' % file_path)
+ ka_debug.info('input file [%s]' % file_path)
in_file = open(file_path, 'r')
model = from_buffer(in_file.read())
model._state = STATE_INIT