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

Fix template_map error when service has no file #223

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

GlassOfWhiskey
Copy link
Member

The CommandTemplateMap class failed with a KeyError when a service did not contain a file option, due to a bad management of key values. This commit fixes this error.

The `CommandTemplateMap` class failed with a `KeyError` when a `service` did
not contain a `file` option, due to a bad management of key values. This
commit fixes this error.
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (49368d2) 64.29% compared to head (a35e65b) 64.29%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #223   +/-   ##
=======================================
  Coverage   64.29%   64.29%           
=======================================
  Files          82       82           
  Lines       10116    10116           
  Branches     2386     2386           
=======================================
  Hits         6504     6504           
  Misses       3202     3202           
  Partials      410      410           
Files Changed Coverage Δ
streamflow/deployment/template.py 54.54% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GlassOfWhiskey GlassOfWhiskey merged commit c44aefc into master Sep 5, 2023
27 checks passed
@GlassOfWhiskey GlassOfWhiskey deleted the adjust-template-map branch September 5, 2023 20:56
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