Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Sep 10, 2024
1 parent 2d10538 commit 29c23e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
done
- name: Set up and Initialize
run: |
echo -e "[mud]\nrun_async = False\nrun_table = True\nauto_fetch = False\nnerd_fonts = False" > ~/.mudsettings
echo -e "[mud]\nrun_async = False\nrun_table = True\nnerd_fonts = False" > ~/.mudsettings
./mud.sh init
- name: Test remove by path
run: |
Expand Down
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ def init(self, args) -> None:
self.config.data = {}
index = 0
directories = [d for d in os.listdir('.') if os.path.isdir(d) and os.path.isdir(os.path.join(d, '.git'))]
print(directories)
print(os.getcwd())
for directory in directories:
if directory in self.config.paths():
continue
Expand Down

0 comments on commit 29c23e6

Please sign in to comment.