Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Jul 4, 2024
1 parent 2020b62 commit 7853074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/t/tkinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def install_step(self):
if LooseVersion(self.version) >= LooseVersion('3'):
tklibdir = "tkinter"
else:
tklivdir = "lib-tk"
tklibdir = "lib-tk"

self.tkinter_so_basename = self.get_tkinter_so_basename(False)
source_pylibdir = os.path.dirname(os.path.join(self.installdir, det_pylibdir()))
Expand Down

0 comments on commit 7853074

Please sign in to comment.