mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 04:27:45 +00:00
typos
This commit is contained in:
@@ -604,7 +604,7 @@ def load_drawings_files():
|
||||
|
||||
elapsed = time.perf_counter() - start_time
|
||||
print(f" - Drawings parsed ({elapsed:.2f}s)")
|
||||
# Bulk update scalar fields grouped by identical field-sets to use bulk_update efficiently
|
||||
# Bulk update scalar fields grouped by identical field-sets to use bulk_update efficiently
|
||||
from collections import defaultdict
|
||||
|
||||
groups = defaultdict(list) # {tuple(fields): [instances]}
|
||||
|
||||
@@ -725,7 +725,7 @@ class LoadingSurvex:
|
||||
parser="survex",
|
||||
message=message
|
||||
)
|
||||
print(f" - {len(valid_list)} SurvexPersonRoles in ist, savibg.. ({connection.vendor})", file=sys.stderr)
|
||||
print(f" - {len(valid_list)} SurvexPersonRoles in list, saving.. ({connection.vendor})", file=sys.stderr)
|
||||
if connection.vendor == 'mysql':
|
||||
pr_save_mysql()
|
||||
else:
|
||||
@@ -3343,7 +3343,6 @@ def survexifywallets():
|
||||
not inheriting *ref properly in the survexfile ?
|
||||
"""
|
||||
print(f" - Update wallets with survex data")
|
||||
print(f" - Update wallets with survex data", file=sys.stderr)
|
||||
|
||||
start = time.time()
|
||||
# if there is a wallet for a block, add the people to the wallet
|
||||
|
||||
Reference in New Issue
Block a user