Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54606dce88 | |||
| 2f2dd83e2b | |||
| 0eda150f8b |
Vendored
+18
-13
@@ -9,27 +9,32 @@
|
||||
|
||||
{
|
||||
"name": "Python: Aktuelle Datei",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Python: CompareLists",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"-n 400102196",
|
||||
"-t"
|
||||
"400102530",
|
||||
"tree",
|
||||
"--local_bom",
|
||||
"--local_teilestamm",
|
||||
"--local_rd_ids",
|
||||
"--rm_bom_ids_cfg", "C:\\Users\\s.steuer\\Documents\\Pythonprojekte\\CreoMigrate\\cfg\\BOM-Settings.cfg", "ExcludedPartnumbersInBOM",
|
||||
"--rm_summary_ids_cfg", "C:\\Users\\s.steuer\\Documents\\Pythonprojekte\\CreoMigrate\\cfg\\BOM-Settings.cfg", "ExcludedPartnumbersInSummary"
|
||||
],
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Python: create TOS sring",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
@@ -37,10 +42,10 @@
|
||||
"args": [
|
||||
"--console"
|
||||
],
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fetch blacklist from server",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
@@ -48,10 +53,10 @@
|
||||
"args": [
|
||||
"--blacklist"
|
||||
],
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Python: Build Demo Gui",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
@@ -59,10 +64,10 @@
|
||||
"args": [
|
||||
"-d"
|
||||
],
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Python: Build Real Gui",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
CALL cremig_setenv.bat
|
||||
:start
|
||||
set /p "id=Artikelnummer: "
|
||||
CALL 04_compare_lists.bat "%id%" tree --rm_bom_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInBOM --rm_summary_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInSummary
|
||||
CALL 04_compare_lists.bat "%id%" tree --rm_bom_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInBOM --rm_summary_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInSummary
|
||||
goto start
|
||||
|
||||
@@ -17,6 +17,7 @@ deactivate
|
||||
goto :eof
|
||||
|
||||
:activate_interpreter_network
|
||||
ECHO Initialisiere Python-Interpreter in %NETWORK_INTERPRETER_PATH%...
|
||||
SET OLD_PATH=%PATH%
|
||||
SET PATH=%NETWORK_INTERPRETER_PATH%;%PATH%
|
||||
goto :eof
|
||||
|
||||
Reference in New Issue
Block a user