Skip to content

Conversation

@kmiddleton
Copy link

Standardizes indents to 3 spaces and removes mixed tab/space indents.

if not type == 'emma': self.indivs = self.getIndivs(self.fbase,type)
else:
# Just read a line from the SNP file and see how many individuals we have
f = open(fbase,'r')
Copy link

Choose a reason for hiding this comment

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

It still shows TabError: inconsistent use of tabs and spaces in indentation

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.

2 participants