config entry to make scripts run in serial mode #59
Open
bruggerk wants to merge 3 commits intoRipkelab:masterfrom
Open
config entry to make scripts run in serial mode #59bruggerk wants to merge 3 commits intoRipkelab:masterfrom
bruggerk wants to merge 3 commits intoRipkelab:masterfrom
Conversation
added 3 commits
December 20, 2018 10:07
… in the config file and all programs will now run in serial mode
…not set in the config file
Contributor
|
hi kim, |
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.
Have all scripts run in serial mode if serial is set in the config file.
This has required a small change to the trans function in the Ricopili/Utils.pm file so it is possible to set a default value for an entry.
This means that old config files will still work even when this update has been applied.