File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : docker-deploy
22
33on :
4- release :
5- types : [published, created, edited]
4+ push :
5+ branches :
6+ - master
67
78jobs :
89 testing-docker :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and **Merged pull requests**. Critical items to know are:
1212Referenced versions in headers are tagged on Github, in parentheses are for pypi.
1313
1414## [ vxx] ( https://github.com/urlstechie/urlschecker-python/tree/master ) (master)
15+ - default for files needs to be empty string (not None) (0.0.17)
1516 - bug with incorrect return code on fail, add files flag (0.0.16)
1617 - reverting back to working client (0.0.15)
1718 - removing unused file variable (0.0.13)
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def get_parser():
103103 "--files" ,
104104 dest = "files" ,
105105 help = "comma separated list of exact files or patterns to check." ,
106- default = None ,
106+ default = "" ,
107107 )
108108
109109 # White listing
Original file line number Diff line number Diff line change 77
88"""
99
10- __version__ = "0.0.16 "
10+ __version__ = "0.0.17 "
1111AUTHOR = "Ayoub Malek, Vanessa Sochat"
1212AUTHOR_EMAIL = "superkogito@gmail.com, vsochat@stanford.edu"
1313NAME = "urlchecker"
You can’t perform that action at this time.
0 commit comments