Skip to content

Commit

Permalink
Fix: Linting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertoMoz committed Jun 19, 2024
1 parent c6eda32 commit d077663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copy_staging_db_to_review_app.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import tempfile
from time import sleep

from tasks import PLATFORM_ARG

STAGING_APP = "foundation-mofostaging-net"


def execute_command(ctx, command: str, custom_error: str = ""):
try:
result = ctx.run(command, hide=False, warn=True, **PLATFORM_ARG)
Expand Down

0 comments on commit d077663

Please sign in to comment.