Skip to content

Commit

Permalink
Update abstra-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
abstra-bot committed Aug 22, 2023
1 parent 74dc894 commit a585d96
Show file tree
Hide file tree
Showing 140 changed files with 275 additions and 278 deletions.
7 changes: 2 additions & 5 deletions abstra_server/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ def persist(self, abstra_json: classes.AbstraJSON):
temp_file = Path(tempfile.mkdtemp()) / "abstra.json"

with temp_file.open("w") as f:
try:
json.dump(abstra_json.__dict__, f, indent=2)
temp_file.rename(self.abstra_json_path)
except IOError:
print("Error writing to abstra.json")
json.dump(abstra_json.__dict__, f, indent=2)
temp_file.replace(self.abstra_json_path)

def __get_abstra_json(self) -> classes.AbstraJSON:
abstra_json_content = json.loads(
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

2 changes: 0 additions & 2 deletions abstra_statics/dist/assets/ApiKeys.2e963cde.js

This file was deleted.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/ApiKeys.5ce6c5c7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions abstra_statics/dist/assets/BackButton.1cd8c02a.js

This file was deleted.

2 changes: 0 additions & 2 deletions abstra_statics/dist/assets/BackButton.6790f37d.js

This file was deleted.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/BackButton.6e480dd1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/BackButton.fb83d4bd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions abstra_statics/dist/assets/Builds.5fd3279d.js

This file was deleted.

Loading

0 comments on commit a585d96

Please sign in to comment.