Loading ccserver/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ class CCConf(object): ''' filename = os.path.join(self._path, '%s.json' % login) logging.debug('Writing configuration %s:' % (filename, conf)) logging.debug('Writing configuration %s: %s' % (filename, conf)) if os.path.isfile(filename) ^ create: json.dump(conf, open(filename, 'w')) else: Loading Loading
ccserver/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ class CCConf(object): ''' filename = os.path.join(self._path, '%s.json' % login) logging.debug('Writing configuration %s:' % (filename, conf)) logging.debug('Writing configuration %s: %s' % (filename, conf)) if os.path.isfile(filename) ^ create: json.dump(conf, open(filename, 'w')) else: Loading