Skip to content

Commit

Permalink
Fixed a tremedous bug, my bad, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrohmvieira committed Jan 8, 2019
1 parent 2d15da9 commit 54ce557
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pqparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def has_db2_sources(itemid):
def get_metadata(itemid):
#only compatible with DB2 yet

itemid = '1BBF5323-8E67-41D9-A5E1-AF518F989882'

if has_db2_sources(itemid):
#open report .m script
file = open('input/metadata/'+itemid+'.m','r',encoding='utf-8').read()
Expand Down

0 comments on commit 54ce557

Please sign in to comment.