Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoSilva committed Dec 13, 2019
1 parent 3bdd4b1 commit cdd8d64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
*.pyc
demo.pdf
demo.zip


# IDE
.idea
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def application(request):

cmd = ' '.join(args)

execute(cmd)
execute(cmd)

pdf_file = open(file_name.replace(".docx", ".pdf"))

Expand Down

0 comments on commit cdd8d64

Please sign in to comment.