Skip to content
Snippets Groups Projects
Commit 62d99099 authored by tcarver's avatar tcarver
Browse files

reset the seen_plus variable

parent c6db7d75
No related branches found
No related tags found
No related merge requests found
...@@ -356,6 +356,7 @@ public class ArtemisMain extends Splash ...@@ -356,6 +356,7 @@ public class ArtemisMain extends Splash
new_entry_name + " has an out of range " + new_entry_name + " has an out of range " +
"location: " + e.getMessage()); "location: " + e.getMessage());
} }
seen_plus = false; // reset
} }
else if(System.getProperty("chado") != null && new_entry_name.indexOf(':')>-1) else if(System.getProperty("chado") != null && new_entry_name.indexOf(':')>-1)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment