Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 150439c

Browse filesBrowse files
author
Jon Wayne Parrott
committed
Merge pull request GoogleCloudPlatform#169 from GoogleCloudPlatform/jonparrott-patch-1
Fixes GoogleCloudPlatform#168
2 parents 90f71c2 + 86bbbb4 commit 150439c
Copy full SHA for 150439c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎datastore/api/tasks.py

Copy file name to clipboardExpand all lines: datastore/api/tasks.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def list_command(client, args):
111111

112112
def delete_command(client, args):
113113
"""Deletes a task."""
114-
mark_done(client, args.task_id)
114+
delete_task(client, args.task_id)
115115
print('Task {} deleted.'.format(args.task_id))
116116

117117

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.