Open jackkrieger opened 10 years ago
Couldn't remove files from repository with gittle.
import os import gittle
if name == 'main':
repository = os.path.abspath(r'.\data\altium\models') store = gittle.Gittle(repository) print store.removed_files store.rm(store.removed_files) print store.removed_files
It seems that it still not working... Any fix?
Please, provide your code that shows the issue. Because it worked for me.
Couldn't remove files from repository with gittle.
-- coding: utf-8 --
import os import gittle
if name == 'main':