Skip to content

Commit 33b5069

Browse files
committed
fix typo
1 parent ede9939 commit 33b5069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
66

77
version = {}
8-
with io.open(os.path.join(PROJECT_ROOT, "src", "dirhash", "version.py") as fp:
8+
with io.open(os.path.join(PROJECT_ROOT, "src", "dirhash", "version.py")) as fp:
99
exec(fp.read(), version)
1010

1111
DESCRIPTION = 'Python module and CLI for hashing of file system directories.'

0 commit comments

Comments
 (0)