-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSP: fix local package crawling #106
Comments
spirosdelviniotis
added a commit
to spirosdelviniotis/hepcrawl
that referenced
this issue
May 3, 2017
* Adds WSP functional test for local package path. * Refactored existing WSP functional test (add setup-teardown fixtures). * Refactored `utils.ftp_list_files` to `utils.list_files` for reusability. * Fixed WSP local package crawling mechanism. Closes inspirehep#106 Signed-off-by: Spiros Delviniotis <[email protected]>
ghost
added
the
Status: WIP
label
May 3, 2017
david-caro
pushed a commit
to spirosdelviniotis/hepcrawl
that referenced
this issue
May 9, 2017
* Adds WSP functional test for local package path. * Refactored existing WSP functional test (add setup-teardown fixtures). * Refactored `utils.ftp_list_files` to `utils.list_files` for reusability. * Fixed WSP local package crawling mechanism. Closes inspirehep#106 Signed-off-by: Spiros Delviniotis <[email protected]>
spirosdelviniotis
added a commit
to spirosdelviniotis/hepcrawl
that referenced
this issue
May 10, 2017
* Adds WSP functional test for local package path. * Refactored existing WSP functional test (add setup-teardown fixtures). * Refactored `utils.ftp_list_files` to `utils.list_files` for reusability. * Fixed WSP local package crawling mechanism. Closes inspirehep#106 Signed-off-by: Spiros Delviniotis <[email protected]>
spirosdelviniotis
added a commit
to spirosdelviniotis/hepcrawl
that referenced
this issue
May 10, 2017
* Adds WSP functional test for local package path. * Refactored existing WSP functional test (add setup-teardown fixtures). * Refactored `utils.ftp_list_files` to `utils.list_files` for reusability. * Fixed WSP local package crawling mechanism. Closes inspirehep#106 Signed-off-by: Spiros Delviniotis <[email protected]>
spirosdelviniotis
added a commit
to spirosdelviniotis/hepcrawl
that referenced
this issue
May 10, 2017
* Adds WSP functional test for local package path. * Refactored existing WSP functional test (add setup-teardown fixtures). * Refactored `utils.ftp_list_files` to `utils.list_files` for reusability. * Fixed WSP local package crawling mechanism. Closes inspirehep#106 Signed-off-by: Spiros Delviniotis <[email protected]>
spirosdelviniotis
added a commit
to spirosdelviniotis/hepcrawl
that referenced
this issue
May 10, 2017
* Adds WSP functional test for local package path. * Refactored existing WSP functional test (add setup-teardown fixtures). * Refactored `utils.ftp_list_files` to `utils.list_files` for reusability. * Fixed WSP local package crawling mechanism. Closes inspirehep#106 Signed-off-by: Spiros Delviniotis <[email protected]>
spirosdelviniotis
added a commit
to spirosdelviniotis/hepcrawl
that referenced
this issue
May 11, 2017
* Adds WSP functional test for local package path. * Refactored existing WSP functional test (add setup-teardown fixtures). * Refactored `utils.ftp_list_files` to `utils.list_files` for reusability. * Fixed WSP local package crawling mechanism. Closes inspirehep#106 Signed-off-by: Spiros Delviniotis <[email protected]>
ghost
removed
the
Status: Ready for review
label
May 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The mechanism of WSP spider that crawls from local stored folders (given a path) doesn't work for paths including files.
E.g:
/path/to/file.zip
works but/path/to/folder_with_zip_files/
doesn't.The text was updated successfully, but these errors were encountered: