Skip to content

Commit

Permalink
Fix typos in mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mataha authored and David-OConnor committed Mar 11, 2022
1 parent 9e0b3b3 commit cf09037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ pub fn unpack_tar_xz(archive_path: &Path, dest: &Path) {
let mut decompressor = XzDecoder::new(&archive_bytes[..]);
if decompressor.read_to_end(&mut tar).is_err() {
abort(&format!(
"Problem decompressing the archive: {:?}. This may be due to a failed downoad. \
Try deleting it, then trying again. Note that Pyflow will only install officially-released \
"Problem decompressing the archive: {:?}. This may be due to a failed download. \
Try deleting it, then try again. Note that Pyflow will only install officially-released \
Python versions. If you'd like to use a pre-release, you must install it manually.",
archive_path
))
Expand Down

0 comments on commit cf09037

Please sign in to comment.