summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 17:05:33 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 17:05:33 -0500
commit091cc84f18b3214d4e94a83a011e6e85572c9884 (patch)
treedd7d6627dd39d68de942624c795350f510d95718 /ChangeLog
parenta03dd53e7297d730a17e40587866d57b0140dec1 (diff)
Fixed try-catch block in combox.cbox.main.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f09bfd..fbae6ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>
+ * combox/cbox.py (main): Added `IOError` in the catch block that
+ handles errors when opening the combox configuration file.
+
+2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>
+
* README.rst: fixed lint errors.
2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>