Migrating BBD Upcomings

This commit is contained in:
Chris H
2018-06-11 22:13:58 -04:00
parent 54f5af72f2
commit d8415d85ef
51 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ for dirName, subdirList, fileList in os.walk(upcoming):
newFile = os.path.join(cardsfolder, filename[0], filename)
if os.path.exists(newFile):
subprocess.call('git rm %s' % (newFile), shell=True)
subprocess.call('git rm %s' % (newFile), shell=True)
else:
subprocess.call('git mv %s %s' % (curLocation, newFile), shell=True)
subprocess.call('git mv %s %s' % (curLocation, newFile), shell=True)