-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated classic theme files #58
Conversation
8261d1c
to
1b50b09
Compare
TODO: update the README.md's animation gif |
launchUI.bash
Outdated
echo "light theme selected" | ||
#start light theme | ||
python ../mode_dark_light.py --theme light | ||
python $SCRIPT_DIR/mode_dark_light.py --theme light |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may need ../
as the mode_dark_light.py
invokes many sh
commands with fixed relative path, e.g., mkdir os.system("mkdir test")
or sh ../tools/sth
, which assumes every generated file is kept inside a build
folder. This is not good, but it is the current status, plz feel free to clean them up.
@yuqisun Plz confirm my statement. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you can find many os.chdir
with relative path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @richardissuperman , looks the build folder is missed in image. There should be error when start from python launch.py
if there's build
folder right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yuqisun yes thats why I always just change this locally. I was thinking if you guys run any additional commands to generate build folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yuqisun yes thats why I always just change this locally. I was thinking if you guys run any additional commands to generate build folder.
We can add the command of creating build if it doesn't exit?
BTW, can you help create a |
@tancheng
|
Hi @richardissuperman, let's move all of them into the |
1b50b09
to
ff5b3a3
Compare
cd build/
as python files are with the same dirsh
command