Skip to content

Commit

Permalink
feat: some improved log grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
runreal-warman committed Apr 17, 2024
1 parent fe10767 commit 030ecca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hooks/checkout
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ else
fi

# Execute the script within the virtual environment
echo "--- :file_folder: Configuring Perforce"
"${venv_dir}${venv_python_bin}" "${plugin_dir}/python/checkout.py"
1 change: 1 addition & 0 deletions python/perforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def sync(self, revision=None):
self._setup_client()
self.revert()
sync_files = ["%s%s" % (path, revision or "") for path in self.sync_paths]
print("--- :open_file_folder: Running Perforce Sync [%s]" % sync_files)
result = self.perforce.run_sync(
"--parallel=threads=%s" % self.parallel,
*sync_files,
Expand Down

0 comments on commit 030ecca

Please sign in to comment.