Skip to content

Commit

Permalink
Merge branch 'master' into devon_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
devonleadman authored Oct 23, 2024
2 parents 10dbe37 + 508a587 commit b6efc98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
# Detects all new dump files in the transfer folder of the TEST server
transfer_detection,lastupdates = transfer_module.detect(sysvars.transfer_path)
new_dumps = transfer_detection

for db_name in new_dumps:
transfer_module.seed(db_name,sysvars.transfer_path)
transfer_module.seed(db_name,sysvars.transfer_path)
print('database seeded within cluster')

Expand Down Expand Up @@ -75,6 +77,7 @@
# Detects if a new dump file was loaded into the approved folder
transfer_detection,lastupdates = transfer_module.detect(sysvars.approved_path)
new_dumps = transfer_detection

print(new_dumps)

for db_name in new_dumps:
Expand Down

0 comments on commit b6efc98

Please sign in to comment.