Skip to content

Commit 1a48b39

Browse files
committed
do not raise exception
1 parent 6d30b57 commit 1a48b39

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import datetime
1818

1919
sys.path.insert(0, os.path.abspath('../../error_tracker'))
20+
sys.path.insert(0, os.path.abspath('../..'))
2021
print (sys.path)
2122
import error_tracker
2223

error_tracker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
djangoInstalled = True
3333
except ImportError as e:
34-
raise e
34+
pass
3535

3636
if djangoInstalled:
3737
from error_tracker.django import *

0 commit comments

Comments
 (0)