Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

remove TODOs in code #71

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

remove TODOs in code #71

wants to merge 1 commit into from

Conversation

jameslamb
Copy link
Collaborator

My new thing for 2019 is being an "issues are better than TODOs" ideologue.

I ran git grep -i 'todo' on this project tonight and found these two.

@@ -21,7 +21,6 @@ def __init__(self, directory):
self.directory = directory

def __iter__(self):
# TODO When iterating, you shouldn't include the PACKAGES file
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

created #72

@@ -27,7 +27,6 @@
if STORAGE_BACKEND == 'filesystem':
from cranserver.lib.storage import FileStorage
fsloc = os.getenv('CRANSERVER_FS_LOC', '.')
# TODO Make ./src/contrib directory if it doesn't exist
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

created #73

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant