mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-13 00:16:21 +08:00
Don't emit warning on dry-mode execution
This commit is contained in:
parent
179ad36e4e
commit
429753bcfe
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ class NPBackupRunner:
|
||||||
return js
|
return js
|
||||||
return False
|
return False
|
||||||
if self.dry_run:
|
if self.dry_run:
|
||||||
logger.warning("Running in dry mode. No modifications will be done")
|
logger.info("Running in dry mode. No modifications will be done")
|
||||||
# pylint: disable=E1102 (not-callable)
|
# pylint: disable=E1102 (not-callable)
|
||||||
return fn(self, *args, **kwargs)
|
return fn(self, *args, **kwargs)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue