We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d0cb7 commit 23fb93eCopy full SHA for 23fb93e
src/slurmdb.py
@@ -12,7 +12,7 @@
12
pymysql = None
13
14
15
-STATE_FILE = os.path.expanduser("~/.slurm-cost-manager/last_run.json")
+STATE_FILE = os.path.expanduser("last_run.json")
16
17
18
def _read_last_run():
0 commit comments