Prevent failure when no hex files in download_path#1
Merged
tomviner merged 1 commit intotomviner:masterfrom Dec 22, 2015
Merged
Prevent failure when no hex files in download_path#1tomviner merged 1 commit intotomviner:masterfrom
tomviner merged 1 commit intotomviner:masterfrom
Conversation
Owner
|
Thanks Eleni! |
tomviner
added a commit
that referenced
this pull request
Dec 22, 2015
Prevent failure when no hex files in download_path
Owner
|
@Geekfish you may want to install the latest from master/pypi as I found the short circuit loop left my lap(top) getting a bit hot! So I refactored the loop to ensure the sleep always happens. |
Contributor
Author
|
Oops 🙈 !! Thanks @tomviner ! |
Contributor
Author
|
Actually I'm having some trouble installing the latest version from pypi: $ pip install -U upyflashed --no-cache-dir
Collecting upyflashed
Downloading upyflashed-1.1.13.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/private/var/folders/ll/_r6fwzs12mbg115frb4rlk6r0000gn/T/pip-build-LpzGDE/upyflashed/setup.py", line 15, in <module>
long_description=read('README.rst') + read('CHANGES.rst'),
File "/private/var/folders/ll/_r6fwzs12mbg115frb4rlk6r0000gn/T/pip-build-LpzGDE/upyflashed/setup.py", line 6, in read
return open(os.path.join(os.path.dirname(__file__), fname)).read()
IOError: [Errno 2] No such file or directory: '/private/var/folders/ll/_r6fwzs12mbg115frb4rlk6r0000gn/T/pip-build-LpzGDE/upyflashed/CHANGES.rst'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/ll/_r6fwzs12mbg115frb4rlk6r0000gn/T/pip-build-LpzGDE/upyflashed |
tomviner
added a commit
that referenced
this pull request
Dec 22, 2015
see #1 (comment) thanks Geekfish!
Owner
|
@Geekfish thanks for the report! try again now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some times I would clean up my downloads folder and upyflashed would grumpily fail. This will keep it running and log instead.