From 77fa851f3acf3f2ff96b9f723ba1d427f9145e34 Mon Sep 17 00:00:00 2001 From: Stephan Kramer Date: Mon, 31 Oct 2022 14:55:30 +0000 Subject: [PATCH] DO NOT MERGE - debugging --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 7cac54d23..c56a98bf4 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,7 @@ from os.path import abspath from setuptools import setup, Extension +print("CURRENT DIR:" + abspath("..")) setup(name='libspud', version='1.1.3', description='Python bindings for libspud',