Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Fix PEP issues in hamlpy_watcher and add tests #31

Merged
merged 2 commits into from
Dec 1, 2016

Conversation

rowanseymour
Copy link
Member

No description provided.

@rowanseymour rowanseymour self-assigned this Nov 30, 2016
def watch_folder():
"""Main entry point. Expects one or two arguments (the watch folder + optional destination folder)."""
argv = sys.argv[1:] if len(sys.argv) > 1 else []
Copy link
Member Author

Choose a reason for hiding this comment

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

Unused variable

@coveralls
Copy link

coveralls commented Nov 30, 2016

Coverage Status

Coverage increased (+12.5%) to 92.035% when pulling ad0feee on watcher_testing into 13dbeeb on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+12.5%) to 92.035% when pulling ad0feee on watcher_testing into 13dbeeb on master.

@@ -15,10 +15,6 @@
from . import hamlpy
from . import nodes as hamlpynodes

try:
str = unicode
Copy link
Member Author

Choose a reason for hiding this comment

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

Not valid in Python 3

@rowanseymour rowanseymour merged commit cc7695b into master Dec 1, 2016
@rowanseymour rowanseymour deleted the watcher_testing branch December 1, 2016 06:34
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.

2 participants