Skip to content

Commit

Permalink
Ignore problem requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Jul 23, 2019
1 parent 90406da commit 4cf43e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PDDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def parse_problem(self, problem_filename):
if self.domain_name != group[-1]:
raise Exception('Different domain specified in problem file')
elif t == ':requirements':
pass # TODO
pass # Ignore requirements in problem, parse them in the domain
elif t == ':objects':
group.pop(0)
self.objects = group
Expand Down

0 comments on commit 4cf43e5

Please sign in to comment.