Hi,

I tried to configure USER_CONFIG_FILE as followed:
USER_CONFIG_FILE = '{base_dir}/config/user_config.py'

The error is that the file '{base_dir}/config/user_config.py' cannot
be found. After a short look at the code, it seems to me that
'{base_dir}' doesn't get replaced.

Does anybody else have this issue or have I misunderstood the usage of
'{base_dir}' in the README file??

Excerpt from README:
"If you want to change the path of the configuration file, look at the
lib/constants.py file and change the respective variables. Remember
that those
paths are relative to the current directory, not to the lib directory.
You could
also use absolute paths or use the placeholder '{base_dir}' (quotes
for
clarity); this placeholder will be substituted by the directory where
the tool
is in the filesystem."

Thanks,
patsp

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.

Reply via email to