Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/rm-storage-v6_1683' into rm-stor…
Browse files Browse the repository at this point in the history
…age-v6_1683
  • Loading branch information
alstar555 committed Oct 1, 2024
2 parents 3234bf7 + 22c0ec4 commit 08dd1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ def init(self):
if (v_found == STORAGE_CURRENT_VERSION):
ch.VERBOSE("found storage dir v%d: %s" % (STORAGE_CURRENT_VERSION, self.root))
self.lock()
elif (v_found is None): # initialize/upgrade
elif (v_found in {None,}): # None if initializing, or upgraded version
ch.INFO("%s storage directory: v%d %s"
% (op, STORAGE_CURRENT_VERSION, self.root))
self.root.mkdir()
Expand Down

0 comments on commit 08dd1a0

Please sign in to comment.