Skip to content

Commit e33d39c

Browse files
authored
Merge pull request #1117 from diplozoon/patch-1
remove }
2 parents 3b78159 + 268e207 commit e33d39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trinity/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def database_dir(self) -> Path:
151151
elif self.sync_mode == SYNC_LIGHT:
152152
return self.data_dir / DATABASE_DIR_NAME / "light"
153153
else:
154-
raise ValueError("Unknown sync mode: {}}".format(self.sync_mode))
154+
raise ValueError("Unknown sync mode: {}".format(self.sync_mode))
155155

156156
@property
157157
def database_ipc_path(self) -> Path:

0 commit comments

Comments
 (0)