Site
Gitweb
Static
projects
/
bb-sync-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0962d3
)
Bug fix
author
Jakob
<jakob@jcornell.net>
Fri, 6 Dec 2019 20:05:41 +0000
(14:05 -0600)
committer
Jakob
<jakob@jcornell.net>
Fri, 6 Dec 2019 20:05:41 +0000
(14:05 -0600)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index eafa2b8444f2750066cb7a15020bc2f2aeeba5f7..1e0aab2ccaaad5740d3187add8145ef62024a210 100644
(file)
--- a/
main.py
+++ b/
main.py
@@
-86,7
+86,7
@@
with StorageManager(Path('auth_cache')) as storage_mgr:
local_course_root = Path(cfg_section['base_path'])
local_course_root.mkdir(parents = True, exist_ok = True)
- meta_path =
local_course_root.get_ads(
fs.BB_META_STREAM_NAME)
+ meta_path =
fs.get_ads(local_course_root,
fs.BB_META_STREAM_NAME)
if meta_path.is_file():
with meta_path.open() as f:
try: