Skip to content

Commit

Permalink
Merge pull request #59 from opennars/RC2PR
Browse files Browse the repository at this point in the history
Update: LanguageGUI: Use ordinary nal path for language example for f…
  • Loading branch information
patham9 authored Sep 4, 2018
2 parents 0cc152c + 871e4de commit 5390ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/opennars/lab/language/LanguageGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public LanguageGUI() throws Exception {

String everything = "";
try {
File f = new File("./language/language_knowledge.nal"); //load from file
File f = new File("./nal/application/language_knowledge.nal"); //load from file
if(!f.exists()) {
//else from resources

Expand Down

0 comments on commit 5390ec3

Please sign in to comment.