mirror of
https://github.com/shizand/statapp.git
synced 2025-04-03 16:13:44 +03:00
chore: убирает лишний print
This commit is contained in:
parent
9075864091
commit
853ba1240f
@ -8,5 +8,4 @@ def resource_path(relative):
|
|||||||
else:
|
else:
|
||||||
# we are running in a normal Python environment
|
# we are running in a normal Python environment
|
||||||
bundle_dir = os.path.dirname(os.path.abspath(__file__))
|
bundle_dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
print(bundle_dir)
|
|
||||||
return os.path.join(bundle_dir, relative)
|
return os.path.join(bundle_dir, relative)
|
||||||
|
Loading…
Reference in New Issue
Block a user