Skip to content

Commit

Permalink
correct skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Dec 6, 2016
1 parent 92212f4 commit c53e844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/io/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
listScour = os.listdir(condaMetaDir)
for count,strBit in enumerate(listScour):
for count1,pairKey in enumerate(pairs):
if pairs[pairKey] in ['']:
if pairs[pairKey] == '':
vars()[pairKey] = 'None' ; # Case unimplemented
elif pairs[pairKey] in strBit:
vars()[pairKey] = strBit.replace(pairs[pairKey],'').replace('.json','')
Expand Down

0 comments on commit c53e844

Please sign in to comment.