Skip to content

Commit

Permalink
Merge pull request #232 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
cFS-GroundSystem Integration candidate: Caelum-rc4+dev35
  • Loading branch information
dzbaker authored Jan 12, 2023
2 parents 73935ac + 24183d1 commit 0dd214d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Development Build: v3.0.0-rc4+dev43
- Add input so users can specify the parameter description
- See <https://github.com/nasa/cFS-GroundSystem/pull/206>

## Development Build: v3.0.0-rc4+dev39
- Update CI_LAB commands in GroundSystem Tool
- naming error
Expand Down
5 changes: 2 additions & 3 deletions Subsystems/cmdGui/CHeaderParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,8 @@ def get_file_list(filename='CHeaderParser-hdr-paths.txt'):
# Get rid of any occurance of ';' (at the end of the line)
param_names.append(re.sub(';', '', line_split[1]))

# Not sure about why we are keeping track of this yet
# just fill it with null for now
param_desc.append('')
# Input to add param description
param_desc.append(input('Please enter parameter description: '))

# Determines data type for us to use
# returns null if no type could match
Expand Down
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

# Development Build Macro Definitions
_cFS_GrndSys_build_number = 39
_cFS_GrndSys_build_number = 43
_cFS_GrndSys_build_baseline = "v3.0.0-rc4"

# Version Number Definitions see doxygen docs for definitions
Expand Down

0 comments on commit 0dd214d

Please sign in to comment.