JAL-3551 corrected Pymol open session command
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 28 May 2020 17:33:08 +0000 (18:33 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 28 May 2020 17:33:08 +0000 (18:33 +0100)
src/jalview/ext/pymol/PymolCommands.java

index bba11a1..1e4885e 100644 (file)
@@ -313,7 +313,7 @@ public class PymolCommands extends StructureCommandsBase
   public StructureCommandI openSession(String filepath)
   {
     // https://pymolwiki.org/index.php/Load
-    return new StructureCommand("load", "", "0", "pse");
+    return new StructureCommand("load", filepath, "", "0", "pse");
   }
 
 }