Skip to content

Commit

Permalink
fixing typo double split
Browse files Browse the repository at this point in the history
  • Loading branch information
glimmerphoenix committed Jul 24, 2012
1 parent 10dac7f commit 4e0d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikidat/sources/pages_logging.py
Expand Up @@ -88,7 +88,7 @@ def parse(self, path):
self.log_dict['action']=='approve-ia' or\
self.log_dict['action']=='approve-i'):

flags = self.log_dict['params'].split.split('\n')
flags = self.log_dict['params'].split('\n')
if (len(flags) == 2):
self.log_dict['new_flag'] = flag[0]
self.log_dict['old_flag'] = flag[1]
Expand Down

0 comments on commit 4e0d395

Please sign in to comment.