Skip to content

Commit ff2e878

Browse files
committed
forgot logging_url, oups
1 parent d49ae6e commit ff2e878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="singularity",
88

99
# Version number:
10-
version="0.74",
10+
version="0.75",
1111

1212
# Application author details:
1313
author="Vanessa Sochat",

singularity/build/google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def list_bucket(bucket,storage_service):
108108

109109
def run_build(build_dir=None,spec_file=None,repo_url=None,token=None,size=None,bucket_name=None,
110110
repo_id=None,commit=None,verbose=True,response_url=None,secret=None,branch=None,
111-
padding=None,logfile=None):
111+
padding=None,logfile=None,logging_url=None):
112112

113113
'''run_build will generate the Singularity build from a spec_file from a repo_url.
114114

0 commit comments

Comments
 (0)