Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 1, 2016
1 parent b3c20d0 commit 42b0e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luiginlp/modules/folia.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run(self):
#Luigi can't handle too many scheduled tasks quickly enough, we run directly
pids = []
for inputfile in inputfiles:
outputfile = replaceextension(inputfile, self.foliaextension, '.folia-validation-report.txt')
outputfile = replaceextension(inputfile, self.folia_extension, '.folia-validation-report.txt')
if self.outputdir:
outputfile = outputfile.replace(self.in_folia().path, self.outputdir)
#Run the validator
Expand Down

0 comments on commit 42b0e61

Please sign in to comment.