Fix use of pathclass in overwrite.
This commit is contained in:
parent
e30c6df519
commit
bcb6c7df19
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ def prepare_plan(
|
|||
# Chapter 6: Redeem your meal vouchers here
|
||||
if real_exists:
|
||||
if overwrite:
|
||||
os.remove(real_localname)
|
||||
os.remove(real_localname.absolute_path)
|
||||
|
||||
if user_provided_range:
|
||||
return plan_partial
|
||||
|
|
Loading…
Reference in a new issue