File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ def main():
174174
175175 parser = get_parser ()
176176 subparsers = get_subparsers (parser )
177+ print ("Singularity Python Version: %s" % singularity .__version__ )
177178
178179 try :
179180 args = parser .parse_args ()
@@ -183,15 +184,10 @@ def main():
183184 # Not running in Singularity Hub environment
184185 os .environ ['SINGULARITY_HUB' ] = "False"
185186
186-
187187 # if environment logging variable not set, make silent
188188 if args .debug is False :
189189 os .environ ['MESSAGELEVEL' ] = "CRITICAL"
190190
191- if args .version is True :
192- print (singularity .__version__ )
193- sys .exit (0 )
194-
195191 if args .command == "create" :
196192 from .create import main
197193
Original file line number Diff line number Diff line change 2222SOFTWARE.
2323'''
2424
25- __version__ = "1.2.0 "
25+ __version__ = "1.2.1 "
2626AUTHOR = 'Vanessa Sochat'
2727AUTHOR_EMAIL = '[email protected] ' 2828NAME = 'singularity'
You can’t perform that action at this time.
0 commit comments