Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Mar 29, 2023
1 parent 143d6f6 commit e2fa0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patent2Net/P2N_Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def readInputFile(self):
if ".cql" in self.file.lower():
file_path = '../RequestsSets/' + self.file
return open(file_path, "r").readlines()

print(os.pardir)
return open("../requete.cql", "r").readlines()

def generatePaths(self):
Expand Down

0 comments on commit e2fa0dc

Please sign in to comment.