Skip to content

Commit

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

except Exception as e:
logger.warning("Failed to fetch remote branch. Continuing 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 741a85c

Please sign in to comment.