forked from sig_core/toolkit
missing write function for compose_id
This commit is contained in:
parent
c1f1be9353
commit
e47ca962af
@ -981,7 +981,7 @@ class RepoSync:
|
|||||||
if not os.path.exists(metadata_dir):
|
if not os.path.exists(metadata_dir):
|
||||||
os.makedirs(metadata_dir, exist_ok=True)
|
os.makedirs(metadata_dir, exist_ok=True)
|
||||||
|
|
||||||
with open(metadata_dir + '/COMPOSE_ID') as f:
|
with open(metadata_dir + '/COMPOSE_ID', "w+") as f:
|
||||||
f.write(self.compose_id)
|
f.write(self.compose_id)
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user