Skip to content

Commit 23fb93e

Browse files
Update slurmdb.py
1 parent 36d0cb7 commit 23fb93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slurmdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
pymysql = None
1313

1414

15-
STATE_FILE = os.path.expanduser("~/.slurm-cost-manager/last_run.json")
15+
STATE_FILE = os.path.expanduser("last_run.json")
1616

1717

1818
def _read_last_run():

0 commit comments

Comments
 (0)