breaking black
gitea-wip/wcs/pipeline/head Build started... Details
gitea/wcs/pipeline/head Build started... Details

This commit is contained in:
Frédéric Péters 2021-02-05 16:47:34 +01:00
parent 772f2f4b25
commit 3e6fca5ba3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from setuptools.command.install_lib import install_lib as _install_lib
from setuptools import setup, find_packages
local_cfg = None
if os.path.exists('wcs/wcs_cfg.py'):
if os.path.exists( 'wcs/wcs_cfg.py'):
local_cfg = open('wcs/wcs_cfg.py').read()
os.unlink('wcs/wcs_cfg.py')