Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Nov 22, 2021
1 parent 6a87b82 commit b69bb2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bypy/bypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
nop,
perr, pwarn, pinfo, pdbg,
jsondump, jsonload, formatex, rb,
joinpath, get_pcs_path, print_pcs_list, print_pcs_list_bare, str2bool, str2int,
joinpath, get_pcs_path, print_pcs_list, str2bool, str2int,
human_size, interpret_size, ls_time, ls_type,
makedir, removedir, movefile, removefile, getfilesize,
comp_semver,
Expand Down
2 changes: 1 addition & 1 deletion bypy/test/configdir/bypy.setting.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lastUpdateCheck": 1621538656
"lastUpdateCheck": 1637607867
}
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runtest() {
eval $pycmd setup.py test
#eval $pycmd -m doctest -v bypy.py
eval $pycmd -m bypy -V
eval $pycmd -m bypy --config-dir bypy/test/configdir quota
# eval $pycmd -m bypy --config-dir bypy/test/configdir quota
}

installtest() {
Expand All @@ -80,7 +80,7 @@ installtest() {
pip uninstall -y bypy
pip install -U bypy $indexopt
bypy -V
bypy --config-dir bypy/test/configdir quota
# bypy --config-dir bypy/test/configdir quota
}

main() {
Expand Down

0 comments on commit b69bb2d

Please sign in to comment.