Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

scrape option limited by filepath expectations #9

Open
karenhaining opened this issue Aug 8, 2024 · 0 comments
Open

scrape option limited by filepath expectations #9

karenhaining opened this issue Aug 8, 2024 · 0 comments

Comments

@karenhaining
Copy link

karenhaining commented Aug 8, 2024

Because the scrape option expects the original file to be in the same exact structure as how camp outputs files, it limits the organization of files in other repositories which rely on camp outputs.

scrape_src = full_path if scrape and os.path.exists(full_path) else None

For example, in the reference implementation dtnma-tools, files under src/ion_if/bpv7/adm will never get scraped correctly because they do not live under a directory named agent.

Additionally, the scrape (roundtripping) behavior as described in the README is out of date (the -c and -h flag options, which sound like desirable behavior, do not exist).

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

No branches or pull requests

1 participant