Skip to content

Commit

Permalink
fix bug in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Sep 5, 2024
1 parent 55c135d commit 94e69f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlt/cli/init_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ def init_command(
# look for existing source
source_configuration: SourceConfiguration = None
remote_index: TVerifiedSourceFileIndex = None
remote_modified: Dict[str, TVerifiedSourceFileEntry] = {}
remote_deleted: Dict[str, TVerifiedSourceFileEntry] = {}

if source_type == "verified":
# get pipeline files
Expand Down

0 comments on commit 94e69f1

Please sign in to comment.