Skip to content

Commit

Permalink
squash w/ setup/upgrade changes. Import irods.configuration for Irods…
Browse files Browse the repository at this point in the history
…Config.
  • Loading branch information
korydraughn committed Nov 13, 2024
1 parent 5888766 commit 80cc93d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/irods/upgrade_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from . import lib
from . import paths
from .exceptions import IrodsError, IrodsWarning
from .configuration import IrodsConfig

def schema_version_as_int(schema_version):
if isinstance(schema_version, str) and schema_version[0] == 'v':
Expand Down

0 comments on commit 80cc93d

Please sign in to comment.