Fix spelling error in a comment
This commit is contained in:
parent
6932180fb9
commit
65013c967f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def check_and_remove(source, destination, force=False):
|
|||
# Force mode enabled, remove it (Data loss risk!!)
|
||||
if force:
|
||||
os.remove(destination)
|
||||
# Force mode diseabled, error out
|
||||
# Force mode disabled, error out
|
||||
else:
|
||||
raise OSError(destination + " exists as a file and --force not provided")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue