Skip to content

Commit 97f072f

Browse files
committed
assume staging repo is being passed to eessitarball
1 parent 6d38ff4 commit 97f072f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/automated_ingestion/eessitarball.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ class EessiTarball:
1919
for which it interfaces with the S3 bucket, GitHub, and CVMFS.
2020
"""
2121

22-
def __init__(self, object_name, config, github, s3, bucket):
22+
def __init__(self, object_name, config, git_staging_repo, s3, bucket):
2323
"""Initialize the tarball object."""
2424
self.config = config
2525
self.github = github
26-
self.git_repo = github.get_repo(config['github']['staging_repo'])
26+
self.git_repo = git_staging_repo
2727
self.metadata_file = object_name + config['paths']['metadata_file_extension']
2828
self.object = object_name
2929
self.s3 = s3

0 commit comments

Comments
 (0)