-
Notifications
You must be signed in to change notification settings - Fork 39
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
Remove lists as default arguments in functions #695
Conversation
Signed-off-by: Nikos Pagonas <[email protected]>
Add r_split usage string
Signed-off-by: Evangelos Lamprou <[email protected]>
OS:ubuntu-20.04 |
OS = Debian 10
|
Thank you for this change @vagos, can you rebase this commit on |
@angelhof No problem :) Will do |
PaSh Annotations will have some breaking changes introduced soon to its new minor version, so I pin its version to 0.2
Pin pash-annotations version
Sorry @vagos, this fell through the cracks! If you can (and want), make a clean PR to future (with just your commit) and ping me so that I can see it and merge it immediately! |
@angelhof No problem :) On it |
OS:ubuntu-20.04 |
OS = Debian 10
|
Fixes #485
Replace lists as default arguments with the
var = [] if var is None else var
pattern.