Skip to content

Commit

Permalink
Minor changes to utility/troubleshooting/convenience script view-port…
Browse files Browse the repository at this point in the history
…al-object.
  • Loading branch information
dmichaels-harvard committed Aug 18, 2024
1 parent f8007b4 commit 0b767a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcicutils/scripts/update_portal_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ def loadxl_print(arg):
current_item_total = 0

for item in LoadGenWrapper(load_all_gen(testapp=portal.vapp, inserts=inserts_directory,
docsdir=None, overwrite=True, verbose=True, continue_on_exception=True)):
docsdir=None, overwrite=True, verbose=True,
continue_on_exception=True)):
loadxl_total_item_count += 1
item = decode_bytes(item)
match = LOADXL_RESPONSE_PATTERN.match(item)
Expand Down

0 comments on commit 0b767a4

Please sign in to comment.