Skip to content

Commit

Permalink
Merge pull request #29 from ynput/enhancements/fresh_user_setup_feedback
Browse files Browse the repository at this point in the history
[DRAFT] User setup feedback (Windows and Linux)
  • Loading branch information
Lypsolon authored Oct 30, 2024
2 parents bced971 + 428964b commit 681c723
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build/
bin/
Docs/docs/
BuildArtefacts/
test_logs/
AyonCppApi_CiCd/
AyonCppApi_cicd/
__pycache__
2 changes: 1 addition & 1 deletion ayon_automator
1 change: 1 addition & 0 deletions ext/ayon-cpp-dev-tools
Submodule ayon-cpp-dev-tools added at 12d701
7 changes: 7 additions & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
File "/home/robin/Desktop/dev_ayon/dev/ayon-cpp-api/ayon_automator/AyonCiCd/Project.py", line 53, in run
self.func(*args, **kwargs)
File "/home/robin/Desktop/dev_ayon/dev/ayon-cpp-api/AyonBuild.py", line 154, in startTestServer
from test import TestServer
ImportError: cannot import name 'TestServer' from 'test' (/usr/lib/python3.10/test/__init__.py)
"""

0 comments on commit 681c723

Please sign in to comment.