Skip to content

Commit

Permalink
Added FOON-API as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpaulius committed Apr 19, 2023
1 parent 240da9b commit 2277359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FOON_to_PDDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# NOTE: we need to import some files from the FOON API directory:
if path_to_FOON_code not in sys.path:
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/")
Expand Down

0 comments on commit 2277359

Please sign in to comment.