Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key has already symbol #177

Merged
merged 1 commit into from
Nov 14, 2020
Merged

Conversation

icm7216
Copy link
Contributor

@icm7216 icm7216 commented Nov 14, 2020

Fix duplication of type conversions.

key = key.to_sym
value = ColorScheme[value] if key == :color_scheme
if key == :arguments
@default_arguments.concat(value.split)
else
runner_options[key.to_sym] = value

@kou kou merged commit c484486 into test-unit:master Nov 14, 2020
@kou
Copy link
Member

kou commented Nov 14, 2020

Good catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants