Skip to content

Made cimpy not depending on the cwd anymore. Use relative paths instead

Jonathan Klimt requested to merge rel_paths into master

Changing the CWD in cimpy is bad style, not robust and prevents the use of paths as arguments to cim_export(). This should fix it.

Merge request reports