Revision 63a3d8f7 lib/backend.py

b/lib/backend.py
2702 2702
  @return: the normalized path if valid, None otherwise
2703 2703

  
2704 2704
  """
2705
  if not constants.ENABLE_FILE_STORAGE:
2705
  if not (constants.ENABLE_FILE_STORAGE or
2706
          constants.ENABLE_SHARED_FILE_STORAGE):
2706 2707
    _Fail("File storage disabled at configure time")
2707 2708
  cfg = _GetConfig()
2708 2709
  fs_dir = os.path.normpath(fs_dir)

Also available in: Unified diff