Eric Kemp-Benedict
Results
2
comments of
Eric Kemp-Benedict
Hi, Carlos, Thanks for getting back to me. I already had a Miniconda3/Spyder installation. I was prompted to download the most recent version of Spyder, so I did that and...
FYI, I dealt with it this way in my own code: ```julia try YAML.load_file(config_file) catch err exit_status = 1 if Sys.iswindows() eol_length = 2 # YAML mis-counts lines on Windows...