From 8e6b57a2198773e2e1cce6dbf2cc43b525de6f41 Mon Sep 17 00:00:00 2001 From: mistangl Date: Tue, 6 Feb 2024 12:34:19 +0100 Subject: [PATCH] Demodaten reduziert, um Controller zu testen --- CreoMigrate.code-workspace | 13 ------------- lib/CreoMigrateGui.py | 5 +---- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 CreoMigrate.code-workspace diff --git a/CreoMigrate.code-workspace b/CreoMigrate.code-workspace deleted file mode 100644 index 53db69b..0000000 --- a/CreoMigrate.code-workspace +++ /dev/null @@ -1,13 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "[python]": { - "editor.defaultFormatter": "ms-python.autopep8" - }, - "python.formatting.provider": "none" - } -} \ No newline at end of file diff --git a/lib/CreoMigrateGui.py b/lib/CreoMigrateGui.py index 7439c22..f9d194a 100644 --- a/lib/CreoMigrateGui.py +++ b/lib/CreoMigrateGui.py @@ -59,13 +59,10 @@ demo_data = """ "gui_data": { "asm_id": "400102190", "teilenummer": "400102195", - "pdm_kategorie_neu": "Einzelteil", "neuaufbau": "False", "lebenszyklus_status_neu": "Serie", "aus_halbzeug_neu": "True", - "zusatzinfos_auto_text": "Dies sind neue Zusatzinfos", - "cb_lebenszyklus_status_neu": ["Serie", "Prototyp"], - "cb_werkstofftyp_neu": ["Stahl", "Aluminium", "Kunst-/ Verbundstoff", "Schwermetall"] + "zusatzinfos_auto_text": "Dies sind neue Zusatzinfos" }, "data": {} }