Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 93555bd

Browse files
author
Jaquier Aurélien Tristan
committed
lint fix
1 parent cff4940 commit 93555bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/deapext/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def eaAlphaMuPlusLambdaCheckpoint(
195195
if os.path.isfile(cp_filename_tmp):
196196
shutil.copy(cp_filename_tmp, cp_filename)
197197
logger.debug('Wrote checkpoint to %s', cp_filename)
198-
198+
199199
time_last_save = time.time()
200200

201201
gen += 1

0 commit comments

Comments
 (0)