JAL-3551 corrected Pymol open session command
[jalview.git] / 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");
   }
 
 }