forked from inspirehep/hepcrawl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wsp: refactored to support
scrapy-crawl-once
* Re-factored: `WSP` spider and `utils` module in order not to check the crawled records. Addresses inspirehep#161 Signed-off-by: Spiros Delviniotis <[email protected]>
- Loading branch information
1 parent
eae96e4
commit b258ce7
Showing
3 changed files
with
18 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,6 @@ def set_up_ftp_environment(): | |
} | ||
} | ||
|
||
clean_dir() | ||
clean_dir(path=os.path.join(os.getcwd(), '.scrapy')) | ||
|
||
|
||
|