Skip to content

Conversation

Hairash
Copy link
Member

@Hairash Hairash commented Sep 19, 2023

No description provided.

@Hairash Hairash requested a review from akodelia September 19, 2023 22:33
deployment_request_id = db.Column(db.ForeignKey(DeploymentRequest.id))
title = db.Column(db.String(100))
error_message = db.Column(db.String((4000)))
error_message = db.Column(db.String(4000))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just fixed typo

writer.book.save(file_obj.name)

file_size = get_file_size(file_obj)
file_name = PPR_FILE_NAME_DELEGATION_L2.format(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[COD-C] if we are going to reuse this method for the other task, we should ask the name or name template as argument.

@Hairash Hairash force-pushed the LITE-28562-implement-delegation-l2-task branch from 707380e to fb9436e Compare September 20, 2023 08:54
@akodelia akodelia merged commit 9ac115a into master Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants