Skip to content

Commit ea373fc

Browse files
authored
Merge pull request #23 from Intergration-Automation-Testing/dev
Replace exec_ to exec
2 parents ad43481 + 20aeeb7 commit ea373fc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automation_editor/automation_editor_ui/editor_main/main_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def start_editor():
3535
window = ITE()
3636
apply_stylesheet(new_editor, theme='dark_amber.xml')
3737
window.show()
38-
sys.exit(new_editor.exec_())
38+
sys.exit(new_editor.exec())

stable.toml renamed to dev.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to build stable version
2-
# This is stable version
1+
# Rename to dev version
2+
# This is dev version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_editor"
9-
version = "0.0.2"
8+
name = "automation_editor_dev"
9+
version = "0.0.3"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -34,7 +34,7 @@ full_extension = [
3434
]
3535

3636
[project.urls]
37-
"Homepage" = "https://github.com/Integrated-Testing-Environment/AutomationEditor"
37+
"Homepage" = "https://github.com/JE-Chen/Integration-testing-environment"
3838

3939
[tool.setuptools.packages]
4040
find = { namespaces = false }

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to dev version
2-
# This is dev version
1+
# Rename to build stable version
2+
# This is stable version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_editor_dev"
9-
version = "0.0.2"
8+
name = "automation_editor"
9+
version = "0.0.3"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -34,7 +34,7 @@ full_extension = [
3434
]
3535

3636
[project.urls]
37-
"Homepage" = "https://github.com/JE-Chen/Integration-testing-environment"
37+
"Homepage" = "https://github.com/Integrated-Testing-Environment/AutomationEditor"
3838

3939
[tool.setuptools.packages]
4040
find = { namespaces = false }

0 commit comments

Comments
 (0)