Skip to content

Commit 14c0ef0

Browse files
committed
Updated functions from neotomadev
1 parent 9452448 commit 14c0ef0

File tree

170 files changed

+1376
-1804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+1376
-1804
lines changed

connect_remote.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@
126126
serverFun = re.sub('[\s+\t+\n+\r+]','', serverFun)
127127
match = serverFun == textCheck
128128

129-
# Pushing and pulling are defined by the user.
129+
# Pushing (to the db) and pulling (from the db) are defined by the user.
130130

131-
if match:
132-
print(match)
131+
if match == False:
133132

134133
if args.isPush == False:
134+
print('The function ' + record[0] + '.' + record[1] + ' differs between the database and your local copy.\n *' + newFile + ' will be written locally.')
135135
file = open(newFile, 'w')
136136
file.write(record[2])
137137
file.close()

0 commit comments

Comments
 (0)