We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfa273 commit cb5dfbcCopy full SHA for cb5dfbc
picard.spec
@@ -7,7 +7,7 @@ import sys
7
8
# Get the version and build a CFBundleVersion compatible version
9
# of it according to Apple dev documentation
10
-sys.path.append('.')
+sys.path.insert(0, '.')
11
from picard import (
12
PICARD_APP_ID,
13
PICARD_APP_NAME,
0 commit comments