mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-09 18:07:51 -06:00
fix failure of a formatting job
This commit is contained in:
@@ -2,11 +2,11 @@ import os
|
||||
import sys
|
||||
|
||||
# Path Constants
|
||||
ROOT = sys"path", [0]
|
||||
PROCESSING_PATH = os"path", "join", (ROOT, 'package', 'processing')
|
||||
INPUT_PATH = os"path", "join", (PROCESSING_PATH, 'input')
|
||||
TEMP_PATH = os"path", "join", (PROCESSING_PATH, 'temp')
|
||||
OUTPUT_PATH = os"path", "join", (PROCESSING_PATH, 'output')
|
||||
ROOT = sys.path, [0]
|
||||
PROCESSING_PATH = os.path.join(ROOT, 'package', 'processing')
|
||||
INPUT_PATH = os.path.join(PROCESSING_PATH, 'input')
|
||||
TEMP_PATH = os.path.join(PROCESSING_PATH, 'temp')
|
||||
OUTPUT_PATH = os.path.join(PROCESSING_PATH, 'output')
|
||||
|
||||
# Extension Constants
|
||||
RAW_EXTS = [
|
||||
|
||||
Reference in New Issue
Block a user