Skip to content

Commit

Permalink
Merge pull request psychoinformatics-de#19 from datalad/buildsupport
Browse files Browse the repository at this point in the history
Buildsupport update
  • Loading branch information
mih committed Sep 22, 2021
2 parents 0d4f35f + edec51f commit 34aa9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _datalad_buildsupport/setup.py
Expand Up @@ -75,7 +75,7 @@ def finalize_options(self):
mod_name, suite_name = self.cmdsuite.split(':')
mod = __import__(mod_name, fromlist=mod_name.split('.'))
suite = getattr(mod, suite_name)
self.cmdlist = [c[2] if len(c) > 2 else c[1].replace('_', '-')
self.cmdlist = [c[2] if len(c) > 2 else c[1].replace('_', '-').lower()
for c in suite[1]]

self.announce('Writing man page(s) to %s' % self.manpath)
Expand Down

0 comments on commit 34aa9b7

Please sign in to comment.