Skip to content

Commit

Permalink
Merge pull request #315 from European-XFEL/default-env-202402
Browse files Browse the repository at this point in the history
Update default Python for context file to 202402 environment
  • Loading branch information
JamesWrigley authored Aug 21, 2024
2 parents 59eb507 + 99af7e9 commit a8359b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion damnit/backend/supervisord.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def initialize_and_start_backend(root_path, proposal=None, context_file_src=None
# Initialize database
db = DamnitDB.from_dir(root_path)
db.metameta["proposal"] = proposal
db.metameta["context_python"] = "/gpfs/exfel/sw/software/mambaforge/22.11/envs/202401/bin/python"
db.metameta["context_python"] = "/gpfs/exfel/sw/software/mambaforge/22.11/envs/202402/bin/python"
else:
# Otherwise, load the proposal number
db = DamnitDB.from_dir(root_path)
Expand Down

0 comments on commit a8359b7

Please sign in to comment.