Skip to content

Commit

Permalink
Quote error
Browse files Browse the repository at this point in the history
  • Loading branch information
Apophenia committed Jan 3, 2025
1 parent ec9ef1f commit f84ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/sources/publisher_backlist_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):
self.s3_manager.createS3Client()
self.title_prefix = 'titles/publisher_backlist'
self.file_bucket = os.environ['FILE_BUCKET']
self.limited_file_bucket = f'drb-files-limited-{os.environment.get('ENVIRONMENT', 'qa')}'
self.limited_file_bucket = f'drb-files-limited-{os.environment.get("ENVIRONMENT", "qa")}'

self.drive_service = GoogleDriveService()

Expand Down

0 comments on commit f84ec29

Please sign in to comment.