Skip to content

BugFix: Falsely looking for Input File #29

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

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

MikeMeliz
Copy link
Owner

Description

Input file was setting on the argument level, so extractor was looking for an input file falsely.

Motivation and Context

Found while trying to fix bug #25

How Has This Been Tested?

python torcrawl.py -v -u https://pikvm.org -e -c -d 2 -w
python torcrawl.py -u www.google.com -w -v

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Input file was setting on the argument level, so extractor was looking for an input file falsely.
@MikeMeliz MikeMeliz linked an issue Oct 27, 2024 that may be closed by this pull request
Copy link

@MikeMeliz MikeMeliz self-assigned this Oct 27, 2024
@MikeMeliz MikeMeliz added the bug label Oct 27, 2024
@MikeMeliz MikeMeliz merged commit be355be into master Oct 27, 2024
3 checks passed
@MikeMeliz MikeMeliz deleted the 28-error-errno-2-no-such-file-or-directory branch October 27, 2024 11:51
@MikeMeliz MikeMeliz changed the title BugFix BugFix: Falsely looking for Input File Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: [Errno 2] No such file or directory
1 participant