fn make_parsable_octal_string(str: &str) -> Result<String, Error>
makes sure the returned string is 4 characters and the first character is 0.