Skip to content

Commit 69a158c

Browse files
committed
modified: singularity/build/main.py
modified: singularity/version.py
1 parent fd621c4 commit 69a158c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

singularity/build/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def run_build(build_dir,params,verbose=True):
9696
if params['size'] in [None,'']:
9797
bot.logger.info("""\n
9898
--------------------------------------------------------------
99-
Size not detected for build. Will use default of 800MB padding. If
100-
your build fails due to running out of disk space, you can adjust the
101-
size under collection --> edit builder
99+
Size not detected for build. Will first try to estimate, and then
100+
use default of 800MB padding. If your build still fails, you should
101+
try setting the size manually under collection --> edit builder
102102
---------------------------------------------------------------------
103103
\n""")
104104

singularity/version.py

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

0 commit comments

Comments
 (0)