JAL-3551 null pointer defence while structure files loading; comments
[jalview.git] / src / jalview / ext / pymol / PymolCommands.java
index 1e4885e..3493d03 100644 (file)
@@ -313,6 +313,7 @@ public class PymolCommands extends StructureCommandsBase
   public StructureCommandI openSession(String filepath)
   {
     // https://pymolwiki.org/index.php/Load
+    // this version of the command has no dependency on file extension
     return new StructureCommand("load", filepath, "", "0", "pse");
   }