Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Jul 17, 2024
1 parent 6a642cf commit 43086f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelinewise/cli/pipelinewise.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def __init__(self, args, config_dir, venv_dir, profiling_dir=None):
self.TRANSFORM_FIELD_CONNECTOR_NAME
)
self.tap_run_log_file = None
self.force_fast_sync = True

# Catch SIGINT and SIGTERM to exit gracefully
for sig in [signal.SIGINT, signal.SIGTERM]:
Expand Down

0 comments on commit 43086f9

Please sign in to comment.