mirror of
https://github.com/kennethreitz/bob-builder-1.git
synced 2026-06-05 23:10:17 +00:00
Update models.py
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ S3_PREFIX = os.environ.get('S3_PREFIX', '')
|
||||
# Append a slash for backwards compatibility.
|
||||
if S3_PREFIX:
|
||||
if not S3_PREFIX.endswith('/'):
|
||||
'{0}/'.format(S3_PREFIX)
|
||||
S3_PREFIX = '{0}/'.format(S3_PREFIX)
|
||||
|
||||
DEPS_MARKER = '# Build Deps: '
|
||||
BUILD_PATH_MARKER = '# Build Path: '
|
||||
|
||||
Reference in New Issue
Block a user