Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 3ef883e

Browse files
committed
fix undefined upstream
1 parent 34d2899 commit 3ef883e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bob/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
s3 = boto.connect_s3()
3333
bucket = s3.get_bucket(S3_BUCKET)
34+
upstream = None
3435
if UPSTREAM_S3_BUCKET:
3536
upstream = s3.get_bucket(S3_BUCKET)
3637

0 commit comments

Comments
 (0)