Skip to content

Commit

Permalink
Completely uploaded version 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Nov 22, 2018
1 parent e5b3a67 commit 05c0813
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
A Python tool for upgrade your kernel safely from https://kernel.org


[![PyPi](https://img.shields.io/badge/v1.18.8%20-PyPi-green.svg)](https://pypi.org/project/KernelUpgrader/)
[![PyPi](https://img.shields.io/badge/v1.19%20-PyPi-green.svg)](https://pypi.org/project/KernelUpgrader/)
[![ZIP](https://img.shields.io/badge/Package%20-Zip-green.svg)](https://github.com/Javinator9889/KernelUpgrader/archive/master.zip)
[![GIT](https://img.shields.io/badge/Package%20-Git-green.svg)](https://github.com/Javinator9889/KernelUpgrader.git)
[![Downloads](https://pepy.tech/badge/kernelupgrader)](https://pepy.tech/project/kernelupgrader)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@ KernelUpgrader

A Python tool for upgrade your kernel safely from https://kernel.org

.. image :: https://img.shields.io/badge/v1.18.8%20-PyPi-green.svg
.. image :: https://img.shields.io/badge/v1.19%20-PyPi-green.svg
:target: https://pypi.org/project/KernelUpgrader/
:alt: PyPi
.. image :: https://img.shields.io/badge/Package%20-Zip-green.svg
Expand Down
6 changes: 5 additions & 1 deletion kernel_upgrader/__init__.py
Expand Up @@ -118,7 +118,7 @@ def application(arg):
i = 0
for displayed_version in supported_versions:
print(str(i) + ": " + displayed_version.get("release_type") + "\t" +
displayed_version.get("release_version") + "\t| Date: " +
displayed_version.get("release_version") + "\t\t| Date: " +
displayed_version.get("release_date"))
i += 1
is_index_correct = False
Expand Down Expand Up @@ -211,8 +211,12 @@ def application(arg):
__log.error("User pressed keyboard interrupt. Stopping program...")
exit(2)
except Exception as e:
print("Ooops!! There was an unexpected error :O\n\nPlease, refer to: "
">> https://github.com/Javinator9889/KernelUpgrader/issues << and submit the following red code:")
print(Colors.FAIL)
print(e)
traceback.print_exc()
print(Colors.ENDC)
animator.force_stop()
__log.error("Exception catch | " + str(e))
exit(3)
Expand Down
Binary file modified version.json
Binary file not shown.

0 comments on commit 05c0813

Please sign in to comment.