-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #40: print Error when value is not str type
- Loading branch information
matthieu Bouamama
committed
Jan 6, 2021
1 parent
f07aed6
commit f7a8fc2
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""autogenerated""" | ||
__version__ = "1.3.0" | ||
__commit__ = "8123c371ec5cc36a83511d343a6d42dba484785a" | ||
__commit__ = "f07aed632c8138e554bd6f1f6f60ac62346dab24" |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ exrex==0.10.5 | |
pyOpenSSL==20.0.1 | ||
questionary==1.9.0 | ||
requests==2.25.1 | ||
colorama==0.4.4 |