cogrc correction again
This commit is contained in:
parent
b2e7b8b120
commit
64c96cba26
@ -16,7 +16,7 @@ string cellar::version::short_version() {
|
|||||||
today = datetime.datetime.today()
|
today = datetime.datetime.today()
|
||||||
|
|
||||||
cparse = configparser.ConfigParser()
|
cparse = configparser.ConfigParser()
|
||||||
cparse.read("../cogrc")
|
cparse.read("cogrc")
|
||||||
config = cparse["version"]
|
config = cparse["version"]
|
||||||
|
|
||||||
if config.getboolean("release"):
|
if config.getboolean("release"):
|
||||||
|
Loading…
Reference in New Issue
Block a user