mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
6 lines
134 B
Python
6 lines
134 B
Python
import os
|
|
|
|
CONTAINING_FOLDER = 'sync_pmdsky_debug'
|
|
if os.getcwd().endswith(CONTAINING_FOLDER):
|
|
os.chdir(os.path.join('..', '..'))
|