Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for Mothur #206

Merged
merged 5 commits into from May 28, 2013
Merged

add support for Mothur #206

merged 5 commits into from May 28, 2013

Conversation

boegel
Copy link
Member

@boegel boegel commented May 27, 2013

Apparently, I forgot to open this PR.

It's required for v1.5, since easybuilders/easybuild-easyconfigs#265 was already merged.

srcfile = os.path.join(srcdir, filename)
shutil.copy2(srcfile, destdir)
except OSError, err:
self.log.error("Copying %s to installation dir %s failed: %s" % (srcfile, destdir, err))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should use
self.log.error("Copying %s to installation dir %s failed: %s", srcfile, destdir, err)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, we should be doing this everywhere actually...

@JensTimmerman
Copy link
Contributor

ok

boegel added a commit that referenced this pull request May 28, 2013
@boegel boegel merged commit 3bb5180 into easybuilders:develop May 28, 2013
@boegel boegel deleted the Mothur branch May 28, 2013 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants