Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tayal007 authored Apr 19, 2017
1 parent ec7db96 commit ff16927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_windows/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def extractvalues(words):
#if(flag["(54) Title invention"]!=1):
universal.data["Title of the invention"] = data["(54) Title Invention"]
#if(flag["(72) Name Inventor"]!=1):
universal.data["Name of Inventor"] = data["(72) Name Inventor"]
universal.data["Name of Inventor"] = formatstring(data["(72) Name Inventor"])
#if(flag["(57) Abstract"]!=1):
universal.data["Abstract"] = data["(57) Abstract"]
#if(flag[pages_tag]!=1):
Expand Down

0 comments on commit ff16927

Please sign in to comment.