Skip to content

Commit

Permalink
Fix buster module system sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jun 28, 2024
1 parent 474e353 commit d8e1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xce/lib/XChemRefine.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def RunBuster(

self.write_refinement_in_progress()

cmd = "#!/bin/bash\n. /etc/profile.d/modules.sh"
cmd = "#!/bin/bash\n. /etc/profile.d/modules.sh\n"

cmd = self.load_modules(cmd)

Expand Down

0 comments on commit d8e1ffb

Please sign in to comment.