Skip to content

Commit 4216a9e

Browse files
authored
Update init-pgXX.py
1 parent 7530eb5 commit 4216a9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pgXX/init-pgXX.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def fatal_error(p_msg):
6262
if args.datadir == "":
6363
pg_data = os.path.join(data_root, pgver)
6464
else:
65-
6665
pg_data = args.datadir.replace(r'\ ', ' ')
6766

6867
if not os.path.isdir(pg_data):

0 commit comments

Comments
 (0)