Skip to content

Comments

next release v1.3.1#21

Merged
casperdcl merged 3 commits intomasterfrom
devel
Aug 16, 2020
Merged

next release v1.3.1#21
casperdcl merged 3 commits intomasterfrom
devel

Conversation

@casperdcl
Copy link
Collaborator

@casperdcl casperdcl commented Aug 12, 2020


@casperdcl casperdcl added p0-critical Max priority (ASAP) enhancement New feature or request labels Aug 12, 2020
@casperdcl casperdcl self-assigned this Aug 12, 2020
@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2020

Codecov Report

Merging #21 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   86.84%   86.84%           
=======================================
  Files           1        1           
  Lines          38       38           
=======================================
  Hits           33       33           
  Misses          5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67be753...0cd9501. Read the comment docs.

@casperdcl casperdcl changed the title next releave v1.3.1 next release v1.3.1 Aug 12, 2020
@casperdcl casperdcl marked this pull request as ready for review August 16, 2020 13:58
"""Replace hyphens (-) and spaces ( ) with underscores (_)"""
return string.replace("-", "_").replace(" ", "_")
"""Replace non-word chars [-. ] with underscores [_]"""
return string.replace("-", "_").replace(".", " ").replace(" ", "_")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may use re in future but for now seems fine

@casperdcl casperdcl merged commit f5693b8 into master Aug 16, 2020
@casperdcl casperdcl deleted the devel branch August 16, 2020 13:59
@casperdcl
Copy link
Collaborator Author

/tag v1.3.1 f5693b8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request p0-critical Max priority (ASAP)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

shtab generates invalid shell output from Python files that have an explicit py extension

2 participants