Fix default files and writers - #2
Open
rlalik wants to merge 1 commit into
Open
Conversation
The default files (Janus_Config.txt and RunVars.txt) are modified even when nothing has been changed in the config. This is due to python code which produces different output than the default files. So following changes have been made: 1. ctrl.py and cfgfile_rw.py now produce output consistent with default files (no more tabs/spaces mix, same spaces alignment) 2. RunVars.txt has been fixed: no tabs/spaces mixing 3. Janus_Config.txt hs been fixed: no tabs/spaces mixing, params and descriptions consistent with params_defs.txt 4. both _Original.txt fiels were reset to proper default states 5. param_defs.txt: alignment ifxed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The default files (
Janus_Config.txtandRunVars.txt) are modified even when nothing has been changed in the config. This is due to python code which produces different output than the default files. So following changes have been made:ctrl.pyandcfgfile_rw.pynow produce output consistent with default files (no more tabs/spaces mix, same spaces alignment)RunVars.txthas been fixed: no tabs/spaces mixingJanus_Config.txthas been fixed: no tabs/spaces mixing, params and descriptions consistent withparams_defs.txt_Original.txtfiles were reset to proper default statesparam_defs.txt: alignment fixed