Skip to content

add developer flag and ignore stages in PDB starting with "_"

Yuma Uematsu requested to merge feature/ignore-stages-under-development into devel-2.2

To hide stages in PDB under development, we propose to

  • add "_" at the head of the stage code in PDB
  • define global developer_flag
  • When downloading from PDB, ignore the stages whose code starts with "_" unless developer_flag is True

Merge request reports