Skip to content

Commit

Permalink
Update comment for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jun 11, 2017
1 parent ff7d612 commit 0ad94ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/convert-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ const xls2xform = (sourcePath, targetPath) =>
throw e;
});

// FIXME here we fix the form content before uploading it. Seeing as we
// have our own fork of pyxform, we should probably be doing this fixing
// there.
// FIXME here we fix the form content in arcane ways. Seeing as we have out own
// fork of pyxform, we should probably be doing this fixing there.
const fixXml = path => {
let xml = fs.read(path)
// TODO This is not how you should modify XML
Expand Down

0 comments on commit 0ad94ed

Please sign in to comment.