Skip to content

Commit 4f7617e

Browse files
committed
cx_Freeze location bug fix
1 parent d98a7cf commit 4f7617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipred.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
my_loc = os.path.dirname(os.path.abspath(sys.executable))
1313
else:
1414
my_loc = os.path.dirname(os.path.realpath(__file__))
15-
print(my_loc)
15+
1616
#my_loc = os.path.dirname(os.path.abspath(__file__))
1717
parser = argparse.ArgumentParser(description='PiPred')
1818
parser.add_argument('-i',

0 commit comments

Comments
 (0)