Fixed clan uri. Expand user, then resolve
This commit is contained in:
@@ -3,6 +3,7 @@ import argparse
|
||||
import dataclasses
|
||||
import datetime
|
||||
import json
|
||||
import logging
|
||||
from typing import Any
|
||||
|
||||
from clan_cli.flakes.inspect import FlakeConfig, inspect_flake
|
||||
@@ -12,6 +13,8 @@ from ..dirs import user_history_file
|
||||
from ..errors import ClanError
|
||||
from ..locked_open import read_history_file, write_history_file
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class EnhancedJSONEncoder(json.JSONEncoder):
|
||||
def default(self, o: Any) -> Any:
|
||||
|
||||
Reference in New Issue
Block a user