Skip to content

Commit de66577

Browse files
committed
Remove lingering comment
1 parent 8cedc47 commit de66577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cellprofiler_core/utilities/hdf5_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def __init__(
149149
from different CellProfiler runs by using a different
150150
run group name. If you open the file as
151151
"""
152-
assert mode in ("r", "r+", "w", "x", "w-", "a") # https://github.com/CellProfiler/CellProfiler/commit/52f8208f0f39e0f34176e92db4e90d7f15419a83#diff-e84f81e2ad1b8cda19f1761e1fd5a6704310848c80f0e3b860e48a1f736e7cefR142
152+
assert mode in ("r", "r+", "w", "x", "w-", "a")
153153
self.mode = mode
154154
file_exists = (hdf5_filename is not None) and os.path.exists(hdf5_filename)
155155
default_run_group_name = time.strftime("%Y-%m-%d-%H-%m-%S")

0 commit comments

Comments
 (0)