Skip to content

Commit

Permalink
Merge pull request #14 from paulocoutinhox/fix-kaktos-system
Browse files Browse the repository at this point in the history
fix kaktos system object
  • Loading branch information
paulocoutinhox authored Jul 18, 2023
2 parents c28d82a + 68fbcc8 commit e83b2e4
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
config:
- { name: "Linux", os: ubuntu-latest }
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
Binary file modified files/images/gallery/nature/img-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/images/gallery/nature/img-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/images/gallery/nature/img-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/images/gallery/nature/img-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/images/gallery/nature/img-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/images/gallery/nature/img-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/images/gallery/nature/img-7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/images/gallery/nature/img-8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed files/images/gallery/nature/img-9.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion modules/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class KaktosConfig(object):

kc.is_debug = is_debug()
kc.config = reload(config)
kc.path = os.path
kc.path = path

return kc

Expand Down

0 comments on commit e83b2e4

Please sign in to comment.