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

Update local.py #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update local.py #126

wants to merge 1 commit into from

Conversation

zxl0715
Copy link

@zxl0715 zxl0715 commented Sep 18, 2018

Add delete file action

Add delete file action
@coveralls
Copy link

Coverage Status

Coverage decreased (-28.7%) to 71.348% when pulling 83dd594 on zxl0715:patch-2 into 0c222a9 on dsoprea:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-28.7%) to 71.348% when pulling 83dd594 on zxl0715:patch-2 into 0c222a9 on dsoprea:master.

@idbrii
Copy link

idbrii commented Feb 1, 2020

Identical code to #83 except here we're using the 'delete' alias and this PR doesn't add the supported command to the readme.

@dsoprea dsoprea force-pushed the master branch 2 times, most recently from 544f7da to 230a2cd Compare February 1, 2020 22:10
@@ -22,7 +22,13 @@ def add(self, rel_path):
'add',
[rel_path],
wd=self.path)


def delete(self, rel_path):
Copy link
Owner

Choose a reason for hiding this comment

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

Add test, please.

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.

4 participants