mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Migrating BBD Upcomings
This commit is contained in:
@@ -12,6 +12,6 @@ for dirName, subdirList, fileList in os.walk(upcoming):
|
|||||||
newFile = os.path.join(cardsfolder, filename[0], filename)
|
newFile = os.path.join(cardsfolder, filename[0], filename)
|
||||||
|
|
||||||
if os.path.exists(newFile):
|
if os.path.exists(newFile):
|
||||||
subprocess.call('git rm %s' % (newFile), shell=True)
|
subprocess.call('git rm %s' % (newFile), shell=True)
|
||||||
else:
|
else:
|
||||||
subprocess.call('git mv %s %s' % (curLocation, newFile), shell=True)
|
subprocess.call('git mv %s %s' % (curLocation, newFile), shell=True)
|
||||||
Reference in New Issue
Block a user