You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
12822
service/dictionaries/en.json
vendored
12822
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -2359,7 +2359,7 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
|
|||||||
Return;
|
Return;
|
||||||
EndIf;
|
EndIf;
|
||||||
|
|
||||||
CatalogExample = "./docs/ru/cli/" + Library;
|
CatalogExample = "./docs/en/cli/" + Library;
|
||||||
FileExample = New File(CatalogExample);
|
FileExample = New File(CatalogExample);
|
||||||
|
|
||||||
If Not FileExample.Exist() Then
|
If Not FileExample.Exist() Then
|
||||||
|
@@ -2359,7 +2359,7 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
|
|||||||
Return;
|
Return;
|
||||||
EndIf;
|
EndIf;
|
||||||
|
|
||||||
CatalogExample = "./docs/ru/cli/" + Library;
|
CatalogExample = "./docs/en/cli/" + Library;
|
||||||
FileExample = New File(CatalogExample);
|
FileExample = New File(CatalogExample);
|
||||||
|
|
||||||
If Not FileExample.Exists() Then
|
If Not FileExample.Exists() Then
|
||||||
|
Reference in New Issue
Block a user