summaryrefslogtreecommitdiffstats
path: root/glustolibs-io/shared_files/scripts/generate_io.py
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-io/shared_files/scripts/generate_io.py')
-rw-r--r--glustolibs-io/shared_files/scripts/generate_io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-io/shared_files/scripts/generate_io.py b/glustolibs-io/shared_files/scripts/generate_io.py
index 1b28983a0..c9836ba80 100644
--- a/glustolibs-io/shared_files/scripts/generate_io.py
+++ b/glustolibs-io/shared_files/scripts/generate_io.py
@@ -338,7 +338,7 @@ def stop_populate_data(proc_list, proc_queue, mevent=None):
proc.terminate()
return True
except Exception as e:
- print("Exception occured in stop_populate_data(): %s"
+ print("Exception occurred in stop_populate_data(): %s"
% e)
return False