codeface icon indicating copy to clipboard operation
codeface copied to clipboard

Default config and log paths used in config.r

Open Ext3h opened this issue 10 years ago • 1 comments

By default, the R scripts will all attempt to write their log files to a relative location.

They will also attempt to read the configuration from a relative path.

This fails if codeface is installed to a path where the R scripts have no write permissions. E.g. when codeface was installed using "setup.py install".

Ext3h avatar Aug 31 '15 08:08 Ext3h

Good catch -- we should make it mandatory to specify log paths (absolute or relative to the installation directory) in the configuration file. Additionally, it should be mandatory to specify a configuration file and disallow to use one implicitly.

wolfgangmauerer avatar Sep 01 '15 13:09 wolfgangmauerer