Skip to content
Snippets Groups Projects
Commit 0817b7d1 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

Merge branch 'UserDefaults_adaptation' into 'master'

Change UserDefaults calls to match last implementation

See merge request !108
parents f471c204 ba0cc31d
No related branches found
No related tags found
1 merge request!108Change UserDefaults calls to match last implementation
Pipeline #69685 failed
...@@ -15,7 +15,7 @@ from exposed.rc import UserDefaults ...@@ -15,7 +15,7 @@ from exposed.rc import UserDefaults
from .sge_queues import QUEUE_DEFAULT from .sge_queues import QUEUE_DEFAULT
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
rc = UserDefaults("~/.bobrc", "BOBRC") rc = UserDefaults("~/.bobrc")
class SGEIdiapJob(Job): class SGEIdiapJob(Job):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment