Skip to content
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

Fix base directory retrieval for read_corpus method. #19

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Fix base directory retrieval for read_corpus method. #19

merged 1 commit into from
Oct 15, 2023

Conversation

VincentDary
Copy link
Contributor

Hello,

I propose the following fix in order to be able to clone the cpu_rec repository and use cpu_rec.py with symbolic link, than copy the corpus and the script. Without this fix, the following problem exist with symbolic link.

$ cd /tmp
$ git clone https://github.com/airbus-seclab/cpu_rec.git
$ ln -s /tmp/cpu_rec/cpu_rec.py /usr/local/bin/cpu_rec.py
$ cd ~
$ cpu_rec.py 
ERROR: No corpus available

@LRGH LRGH merged commit 06ff489 into airbus-seclab:master Oct 15, 2023
@VincentDary VincentDary deleted the fix-basedir-retrieval-for-read-corpus-method branch October 18, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants