Skip to content

Commit 898cb50

Browse files
committed
setup.py: fixing error message.
1 parent c5a5a1b commit 898cb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def split_version(s : str):
353353
if not exists(ext.cythoned_file):
354354
raise ImportError(
355355
no_cython_message +
356-
'Missing Cythoned file: ' + cythoned_filed +
356+
'Missing Cythoned file: ' + ext.cythoned_file +
357357
'\n[Cython import error: %r]' % cython_import_error +
358358
'\n[Command line arguments: %r]' % sys.argv)
359359

0 commit comments

Comments
 (0)