Skip to content

Commit e62a2a6

Browse files
committed
Fix error = -> ==
1 parent 32654f8 commit e62a2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pg_probackup2/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def _add_options(self, command: list, skip_log_directory: bool):
159159
command += ['--log-directory=' + self.pb_log_path]
160160
strcommand += ' ' + command[-1]
161161

162-
if init_params.major_version = 2:
162+
if init_params.major_version == 2:
163163
if 'pglz' in strcommand and \
164164
' -j' not in strcommand and \
165165
'--thread' not in strcommand:

0 commit comments

Comments
 (0)