- Fixed paths in updated tools.

This commit is contained in:
Agetian
2017-05-10 06:54:13 +00:00
parent ec2e8cf59e
commit 8f06aba64c
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
# Modify key directories here # Modify key directories here
# Recommended parameters: -i -w (will add ! to all unsupported decks) OR -i -f (will only convert supported decks) # Recommended parameters: -i -w (will add ! to all unsupported decks) OR -i -f (will only convert supported decks)
CARDSFOLDER = "/home/agetian/Software/ForgeDeckAnalyzer/cardsfolder" CARDSFOLDER = "../../res/cardsfolder"
DECKFOLDER = "." DECKFOLDER = "."
OUT_DECKFOLDER = "./ForgeDecks" OUT_DECKFOLDER = "./ForgeDecks"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
CARDSFOLDER = "/home/agetian/Software/ForgeDeckAnalyzer/cardsfolder" CARDSFOLDER = "../../res/cardsfolder"
EDITIONS = "/home/agetian/Software/ForgeDeckAnalyzer/editions" EDITIONS = "../../res/editions"
DECKFOLDER = "." DECKFOLDER = "."
import argparse, os, re, shutil import argparse, os, re, shutil

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
CARDSFOLDER = "/home/agetian/Software/ForgeDeckAnalyzer/cardsfolder" CARDSFOLDER = "../../res/cardsfolder"
EDITIONS = "/home/agetian/Software/ForgeDeckAnalyzer/editions" EDITIONS = "../../res/editions"
DECKFOLDER = "." DECKFOLDER = "."
import argparse, os, re, shutil import argparse, os, re, shutil