Skip to content

Commit dbdae89

Browse files
committed
modified: singularity/build/google.py
modified: singularity/version.py
1 parent 6302adf commit dbdae89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

singularity/build/google.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def run_build(build_dir=None,spec_file=None,repo_url=None,token=None,size=None,b
166166
# If the user wants debug, this will be set
167167
debug = True
168168
enable_debug = get_build_metadata(key='debug')
169-
if enable_debug == None:
170-
debug = False
169+
if enable_debug == None:
170+
debug = False
171171

172172
# If no build directory is specified, make a temporary one
173173
if build_dir == None:

singularity/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.97"
1+
__version__ = "0.98"
22
AUTHOR = 'Vanessa Sochat'
33
AUTHOR_EMAIL = '[email protected]'
44
NAME = 'singularity'

0 commit comments

Comments
 (0)