Skip to content

Commit 9dbb689

Browse files
committed
rebase duplicates
Signed-off-by: Sergey Marunich <[email protected]>
1 parent f5ae85b commit 9dbb689

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkg/common/config.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,13 +436,6 @@ func ParseCommandParamsAndLoadConfig() (*Configuration, error) {
436436
}
437437
}
438438

439-
if config.HashSeed == "" {
440-
hashSeed := os.Getenv("PYTHONHASHSEED")
441-
if hashSeed != "" {
442-
config.HashSeed = hashSeed
443-
}
444-
}
445-
446439
if err := config.validate(); err != nil {
447440
return nil, err
448441
}

0 commit comments

Comments
 (0)