diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-18 13:15:23 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-18 13:15:23 +0200 |
| commit | 2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2 (patch) | |
| tree | a4b965e5acc5bd424b3f0cca2f697d861e31b24d /src/Hooks/sitecustomize.py | |
| parent | 20eb553c3ac2187e8347f093f6ba480ceb85627b (diff) | |
| download | abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.gz abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.xz abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.zip | |
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Hooks/sitecustomize.py')
| -rw-r--r-- | src/Hooks/sitecustomize.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hooks/sitecustomize.py b/src/Hooks/sitecustomize.py index 5e7b524..abae27b 100644 --- a/src/Hooks/sitecustomize.py +++ b/src/Hooks/sitecustomize.py @@ -22,9 +22,9 @@ if conf.has_key("enabled"): if conf["enabled"] == "yes": try: from abrt_exception_handler import * - + installExceptionHandler(debug = 1) except Exception, e: # FIXME don't print anything, write it to some log file print e - pass
\ No newline at end of file + pass |
