File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def configure_and_update_options(options):
6363
6464 if not options .integrated_auth :
6565 if not options .username :
66- options .username = input (u'Username (press enter for sa)' ) or u'sa'
66+ options .username = input (u'Username (press enter for sa): ' ) or u'sa'
6767 if not options .password :
6868 options .password = getpass .getpass ()
6969
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ def run(self):
367367 self .cli = self ._build_cli (history )
368368
369369 if not self .less_chatty :
370- print ('Version:' , __version__ )
370+ print ('Version: {}' . format ( __version__ ) )
371371372372 print ('Home: http://github.com/dbcli/mssql-cli' )
373373
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ setuptools >= 36.0.1
66requests >= 2.13.0
77wheel >= 0.29.0
88coverage >= 4.3.4
9- twine >= 1.8.1
9+ twine >= 1.11.0
1010bumpversion >= 0.5.3
1111tox >= 2.7.0
1212flake8 >= 3.3.0
You can’t perform that action at this time.
0 commit comments