diff --git a/docs/dev/issues.md b/docs/dev/issues.md new file mode 100644 index 000000000..e69de29bb diff --git a/nautobot_ssot/jobs/base.py b/nautobot_ssot/jobs/base.py index 607321046..17d8c242f 100644 --- a/nautobot_ssot/jobs/base.py +++ b/nautobot_ssot/jobs/base.py @@ -159,7 +159,7 @@ def record_memory_trace(step: str): if memory_profiling: record_memory_trace("diff") - if self.dryrun: + if self.sync.dry_run: self.logger.info("As `dryrun` is set, skipping the actual data sync.") else: self.logger.info("Syncing from %s to %s...", self.source_adapter, self.target_adapter)