diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:35:01 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:35:01 +0200 |
commit | a27b575380378f1b490dcabb8cc67f05adee5daa (patch) | |
tree | f62f99169397b3779a5a9c2db4dca9beb0a86b56 /generate_release.py | |
parent | c696db3e84d91092182adbeb7eef6126fad6be5d (diff) | |
download | yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.lz yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.xz yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.zip |
remove trailing whitespaces
Diffstat (limited to 'generate_release.py')
-rw-r--r-- | generate_release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_release.py b/generate_release.py index 1a7e14b..ead2772 100644 --- a/generate_release.py +++ b/generate_release.py @@ -119,7 +119,7 @@ wine_run(['./python/python.exe', '-I', 'get-pip.py']) ## Isolated mode We want to run in what is called isolated mode, given by the switch -I. -This mode prevents the embedded python distribution from searching in +This mode prevents the embedded python distribution from searching in global directories for imports For example, if a user has `C:\Python37` and the embedded distribution is |