Skip to content
Snippets Groups Projects
Commit 245742a8 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add dynamic tempdir to work on non-unix machines

parent 8923b196
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,10 @@ If the value is a list, dashboard titles within the list should be excluded.
import json
import jsonschema
import tempfile
STATE_PATH = '/tmp/briandashboardmanager-state.json'
STATE_PATH = tempfile.gettempdir() + '/briandashboardmanager-state.json'
DEFAULT_ORGANIZATIONS = [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment