Skip to content

Commit

Permalink
comment full section
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Oct 4, 2016
1 parent cd0aa42 commit 7ad1f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/appveyor/conda_wrapper.py
Expand Up @@ -80,8 +80,8 @@ def create(self, *args):
# raise ValueError("unknown architecture '{}'".format(self.arch))
# # according to https://github.com/conda/conda/issues/1744 we only
# # need to set this during creation not activation of the venv
msg = check_output(cmd, shell=True)
self.logger.debug(decode(msg))
# msg = check_output(cmd, shell=True)
# self.logger.debug(decode(msg))
cmd = ["conda", "create", "-q", "-n", self.venv,
"python=" + self.version] + list(args)
msg = check_output(cmd, shell=True)
Expand Down

0 comments on commit 7ad1f17

Please sign in to comment.