-
Notifications
You must be signed in to change notification settings - Fork 786
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
1537 try to move dropper file first #1588
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1588 +/- ##
===========================================
- Coverage 44.75% 44.75% -0.01%
===========================================
Files 474 474
Lines 13859 13858 -1
===========================================
- Hits 6203 6202 -1
Misses 7656 7656
Continue to review full report at Codecov.
|
9a28891
to
3891532
Compare
monkey/infection_monkey/dropper.py
Outdated
and os.path.exists(self._config["source_path"]) | ||
and WormConfiguration.dropper_try_move_first | ||
): | ||
self._config["source_path"].lower() != self._config["destination_path"].lower() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why have brackets around this?
8afb65b
to
de0fff9
Compare
What does this PR do?
Fixes #1537 always try to move dropper first.
Add any further explanations here.
PR Checklist
Testing Checklist
Explain Changes