Skip to content

Commit

Permalink
Merge pull request #146 from Sage-Bionetworks/fix-production-param
Browse files Browse the repository at this point in the history
Fix _STAGING_RELEASES_FOLDER param
  • Loading branch information
rxu17 authored Dec 5, 2024
2 parents ff3e790 + ca1b0bb commit 01d5856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geniesp/bpc_redcap_export_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class BpcProjectRunner(metaclass=ABCMeta):
"""BPC redcap to cbioportal export"""

_STAGING_RELEASES_FOLDER = {
"production:": "syn50876969",
"production": "syn50876969",
"staging":"syn64018253"
}
# Sponsored project name
Expand Down

0 comments on commit 01d5856

Please sign in to comment.