Skip to content

Commit

Permalink
Comments to get travis test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Dec 8, 2016
1 parent bee5081 commit 9624087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def provenanceGrab(self):
p = subprocess.Popen('conda info', stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd='./', shell=True)
condaInfo = p.stdout.read()
p.terminate()
if p.stderr.read() = '':
for
#if p.stderr.read() = '':
# for
# PMP

# CDP
Expand Down

0 comments on commit 9624087

Please sign in to comment.