mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
messages
This commit is contained in:
@@ -24,7 +24,7 @@ def cli(mbtiles_path: Path, dir_path: Path):
|
||||
"""
|
||||
|
||||
if dir_path.exists() and any(dir_path.iterdir()):
|
||||
sys.exit('Dir not empty')
|
||||
sys.exit(' dir not empty')
|
||||
|
||||
dir_path.mkdir(exist_ok=True)
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ def cli(btrfs_img: Path):
|
||||
"""
|
||||
|
||||
if os.geteuid() != 0:
|
||||
sys.exit('Needs sudo')
|
||||
sys.exit(' needs sudo')
|
||||
|
||||
current_dir = Path.cwd()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user