remove test path
This commit is contained in:
parent
c71eb60cd2
commit
cf0275a3ed
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def restore_database_dump(database_config, log_prefix, location_config, dry_run,
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.remove('/home/divyansh/Desktop/hello.txt')
|
os.remove(database_path)
|
||||||
logger.warn(f'{log_prefix}: Removed existing SQLite database at {database_path}')
|
logger.warn(f'{log_prefix}: Removed existing SQLite database at {database_path}')
|
||||||
except FileNotFoundError: # pragma: no cover
|
except FileNotFoundError: # pragma: no cover
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue