Skip to content

Commit

Permalink
Added "todo".
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 30, 2010
1 parent 829974c commit 19fb246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/lib/package_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def commit_pkg(cls, fs, original_name, pkg_id, log_message, author, client=None)
def _update(cls, fs, original_name, pkg_id, log_message, author, commit=True, client=None):
# Todo: Remove original_name and pkg_id, since they aren't used.
# Todo: Consolidate log message field (and validation).
# Todo: Separate out the preview line of execution, it's confusing.
rev = None
# validation
errors = cls._revision_validation(log_message)
Expand Down

0 comments on commit 19fb246

Please sign in to comment.