mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Merge branch 'bbd_migrate_upcoming' into 'master'
Migrating BBD Upcomings See merge request core-developers/forge!633
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