Skip to content

Commit

Permalink
fix typo in build/python/setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomart committed Sep 12, 2023
1 parent 8604f73 commit d39a621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def swig_sources(self, sources, extension):
print('\nError: SWIG failed.',
'You may need to manually specify the location of Open Babel include and library directories. '
'For example:',
' python setup.py build_ext -I{} -L{}'.format(self.include_dirs, self.library_dir),
' python setup.py build_ext -I{} -L{}'.format(self.include_dirs, self.library_dirs),
' python setup.py install',
sep='\n')
sys.exit(1)
Expand Down

0 comments on commit d39a621

Please sign in to comment.