Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelYochpaz committed Jan 28, 2024
1 parent 5d9e4e6 commit ded91f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/git_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def _get_all_changed_files(self, prev_ver: str = "") -> Set[Path]:
self.fetch()

except Exception as e:
logger.warning("Failed to fetch remote branch. Generating diff without fetching.")
logger.warning("Failed to fetch remote branch. Continuing without fetching.")
logger.debug(f"Error: {e}")

remote, branch = self.handle_prev_ver(prev_ver)
Expand Down

0 comments on commit ded91f0

Please sign in to comment.