Skip to content
Snippets Groups Projects
Select Git revision
0 results

initialize_reporting_toolbox.m

  • Houtan Bastani's avatar
    38be99ed
    replace `filesep` with `/` · 38be99ed
    Houtan Bastani authored
    On Windows, `filesep` evaluates to `\` and, in a `*printf` statement, this can have unintended consequences (e.g. `\t` evaluates to the tab character
    
    Since '/' works on all systems, replace all occurrences of `filesep` with `/` in the codebase
    38be99ed
    History
    replace `filesep` with `/`
    Houtan Bastani authored
    On Windows, `filesep` evaluates to `\` and, in a `*printf` statement, this can have unintended consequences (e.g. `\t` evaluates to the tab character
    
    Since '/' works on all systems, replace all occurrences of `filesep` with `/` in the codebase