Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Oct 30, 2015
1 parent 602d054 commit 7813148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -149,7 +149,7 @@ def handle_complex_command( self, command, job_name="" ):
threads to execute a command while capturing and displaying the output.
"""
# We define a "local logger" here such that we can give it a slightly
# different name. We use the package namea s part of the logger to
# different name. We use the package name as part of the logger to
# allow admins to easily distinguish between which package is currently
# being installed.
llog_name = __name__
Expand Down
Expand Up @@ -1591,7 +1591,7 @@ def execute_step( self, tool_dependency, package_name, actions, action_dict, fil
# </repository>
# <!-- allow downloading and installing a Python package from https://pypi.python.org/ -->
# <package>pysam.tar.gz</package>
# <package sha256sum="some_hash">http://url-to-some-python-package.de/pysam.tar.gz</package>
# <package sha256sum="some_hash">http://url-to-some-python-package.de/pysam.tar.gz</package>
# </action>
dir = None
if initial_download:
Expand Down

0 comments on commit 7813148

Please sign in to comment.