Skip to content

Commit

Permalink
Merge pull request #72 from HPCNow/main
Browse files Browse the repository at this point in the history
Bugfig: missing 1 required positional argument: 'scheduled'
  • Loading branch information
victormachadoperez authored Jun 13, 2024
2 parents 369fae0 + af320f6 commit af66257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion froster/froster.py
Original file line number Diff line number Diff line change
Expand Up @@ -3237,7 +3237,7 @@ def _index_locally(self, folder):
except Exception:
print_error()

def _slurm_cmd(self, folders, cmd_type, scheduled):
def _slurm_cmd(self, folders, cmd_type, scheduled=None):
'''Execute the current command using SLURM'''

try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "froster"
version = "0.12.27"
version = "0.12.28"
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
authors = ["Victor Machado <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit af66257

Please sign in to comment.