Skip to content

Commit

Permalink
lint a random file
Browse files Browse the repository at this point in the history
  • Loading branch information
osc-bot committed Jan 7, 2025
1 parent c6a7304 commit 725bbb4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/myjobs/app/models/job.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class Job < ApplicationRecord
include OscMacheteRails::Statusable

Expand All @@ -12,9 +14,9 @@ class Job < ApplicationRecord
# so we can include a custom TorqueAdapter
def job
OSC::Machete::Job.new(
script: script,
pbsid: pbsid,
host: host || workflow.batch_host,
script: script,
pbsid: pbsid,
host: host || workflow.batch_host,
torque_helper: ResourceMgrAdapter.new(workflow)
)
end
Expand Down

0 comments on commit 725bbb4

Please sign in to comment.