Compare commits
No commits in common. "d4fcf40b8d78e25813416269ca5b77c64a685087" and "0089d6f12535db869e6793db6137cb5847cf44c5" have entirely different histories.
d4fcf40b8d
...
0089d6f125
@ -62,6 +62,7 @@ func main() {
|
||||
}
|
||||
|
||||
ctx := context.Background()
|
||||
ctx = context.WithValue(ctx, "SessionId", sessionId)
|
||||
|
||||
ln, err := lang.LanguageFromCode(config.Language())
|
||||
if err != nil {
|
||||
|
||||
@ -42,6 +42,7 @@ func main() {
|
||||
}
|
||||
|
||||
ctx := context.Background()
|
||||
ctx = context.WithValue(ctx, "SessionId", sessionId)
|
||||
|
||||
pfp := path.Join(scriptDir, "pp.csv")
|
||||
flagParser, err := application.NewFlagManager(pfp)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user