Skip to content

Commit

Permalink
Update FOON_to_PDDL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpaulius authored Apr 19, 2023
1 parent b31d333 commit 6abcdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FOON_to_PDDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
last_updated = '25th October, 2022'

try:
import FOON_graph_analyzer as fga
import FOON_graph_analyser as fga
except ImportError:
print(" -- ERROR: Missing 'FOON_graph_analyzer.py'!")
print("\t-- Download here: https://bitbucket.org/davidpaulius/foon_api/src/master/")
print(" -- ERROR: Missing 'FOON_graph_analyser.py'!")
print("\t-- Download here: https://github.com/davidpaulius/foon_api")
sys.exit()
#end

Expand Down

0 comments on commit 6abcdec

Please sign in to comment.