2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 13:55:24 +00:00
This commit is contained in:
2026-02-01 14:45:25 +00:00
parent e04554e0db
commit 8a0de50793
2 changed files with 2 additions and 3 deletions

View File

@@ -725,7 +725,7 @@ class LoadingSurvex:
parser="survex", parser="survex",
message=message 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': if connection.vendor == 'mysql':
pr_save_mysql() pr_save_mysql()
else: else:
@@ -3343,7 +3343,6 @@ def survexifywallets():
not inheriting *ref properly in the survexfile ? not inheriting *ref properly in the survexfile ?
""" """
print(f" - Update wallets with survex data") print(f" - Update wallets with survex data")
print(f" - Update wallets with survex data", file=sys.stderr)
start = time.time() start = time.time()
# if there is a wallet for a block, add the people to the wallet # if there is a wallet for a block, add the people to the wallet