Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 6627e4f

Browse files
authored
use abspath (#1129)
1 parent 5331382 commit 6627e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/django.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Additional settings for the client are configured using the
2828
'dsn': '___DSN___',
2929
# If you are using git, you can also automatically configure the
3030
# release based on the git info.
31-
'release': raven.fetch_git_sha(os.path.dirname(os.pardir)),
31+
'release': raven.fetch_git_sha(os.path.abspath(os.pardir)),
3232
}
3333

3434
Once you've configured the client, you can test it using the standard Django

0 commit comments

Comments
 (0)