mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
test: Fix RESET_TEST=false
This commit is contained in:
@@ -1299,7 +1299,7 @@ def main():
|
||||
with open(config_path, 'w') as fp:
|
||||
json.dump(settings, fp, indent=4)
|
||||
|
||||
logger.info('Done.')
|
||||
logger.info(f'Done. Coin {add_coin} successfully added.')
|
||||
return 0
|
||||
|
||||
logger.info('With coins: %s', ', '.join(with_coins))
|
||||
|
||||
Reference in New Issue
Block a user