Skip to content

Commit

Permalink
increase CLICrawlArgs prompt seqence reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsdave committed May 27, 2015
1 parent 4547c40 commit 5adabe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudfeaster/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def get_validated_metadata(cls):
if crawl_method_arg_names is None:
message_detail = "crawl() method arg names not found"
raise SpiderMetadataError(cls, message_detail=message_detail)
crawl_method_arg_names = sets.Set(crawl_method_arg_names)

identifying_factors = metadata.get("identifying_factors", {})
authenticating_factors = metadata.get("authenticating_factors", {})
Expand Down

0 comments on commit 5adabe2

Please sign in to comment.