mathworks / Simulink-Model-Comparison-for-GitHub-Pull-Requests

Files demonstrating how to diff Simulink models and attach reports to pull requests
Other
28 stars 4 forks source link

Fix support for file paths with space #6

Open pavlohav opened 9 months ago

pavlohav commented 9 months ago
  1. First change was splitting all of the available files needed

Before {'Models/Signal'} {'Processing/Model.slx'} After {'Models/Signal Processing/Model.slx'}

  1. Second Change was to allow for git to handle file paths correctly Added " to the git command