practracker: Improvements based on last Nick's review.

This commit is contained in:
George Kadianakis
2019-03-12 14:35:26 +02:00
committed by Nick Mathewson
parent 157f7ba93e
commit ec8c5b3fea
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ get worse.
"""
import os.path
import sys
class ProblemVault(object):
"""
@@ -23,7 +24,7 @@ class ProblemVault(object):
with open(exception_fname, 'r') as exception_f:
self.register_exceptions(exception_f)
except IOError:
print("No exception file provided")
print("No exception file provided", file=sys.stderr)
def register_exceptions(self, exception_file):
# Register exceptions