-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Couldn't remove files from repository with gittle.
-- coding: utf-8 --
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels